- Download the project and open the project folder with VSCode.
- Install the recommended VSCode extensions.
- Open Terminal in the root folder and run
yarn
.
yarn dev
yarn build
yarn preview
yarn lint
yarn generate-pwa-assets
yarn test
yarn test:ui
yarn coverage
- Download the project, rename the project folder, and open the project folder with VSCode.
- Change name and version here:
package.json
- Change application info here:
.env
- Replace this image
public/favicon.svg
with your logo. It must be at least512x512
andSVG
. - Run
yarn generate-pwa-assets
in order to generate the new favicons. - Delete this section. Happy coding!