To get started with working on the project first you have to install its dependencies:
npm install
Then you will have the following commands available:
This starts the project with a local server for development. Typically this will
be on http://localhost:1234/
, but this
can be adjusted.
This builds your project for production.
If you want to analyze your bundle size you can do so by passing the
-a
flag to this command.
Checks your project for errors and code quality.
Automatically formats all of the source code in your project.
This project is based on
chayns-toolkit
. If you
encounter any issues with the toolchain and the commands, please
open an issue.