Frontend starter template for projects utilising midone themes
- Clone this repo in a new projects root directory.
- 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. - Change the package name in package.json to the new projects name.
- Create a
.env
file based on.env.example
and fill in the values. - Complete all the todos in the project (search for "TODO:" or use the IDE to locate them.