Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 668 Bytes

File metadata and controls

9 lines (8 loc) · 668 Bytes

midone-frontend-starter-template

Frontend starter template for projects utilising midone themes

  1. Clone this repo in a new projects root directory.
  2. Generate favicons and related files using https://realfavicongenerator.net/, and place them in the public/images/favicon directory. If using vite-plugin-pwa for progressive web apps, the file "webmanifest.site" needs to be removed as the plugin will generate a similar file.
  3. Change the package name in package.json to the new projects name.
  4. Create a .env file based on .env.example and fill in the values.
  5. Complete all the todos in the project (search for "TODO:" or use the IDE to locate them.