Guides for Scratch projects.
Set Node version
nvm use
Install project dependencies
npm i
Run the generation script to parse the markdown documents and create javascript objects
npm run generate-projects
Run development server
npm run dev
There are various code quality checks you can run with
npm run format
npm run lint
npm run check
The project uses playwright for end-to-end testing. You can run the test suite with
npm run test