npm install
npm run startThe dev server runs at http://localhost:1234. It watches app code, content/site.json, and Tailwind CSS.
Useful commands:
npm run bundle
npm test
npm run formatnpm run deploy builds /dist and publishes it to the gh-pages branch.
GitHub Pages should serve the gh-pages branch from the repository root. The production build assumes the site is hosted at /just-draw.
Exercises live in content/site.json.
Each exercise has:
titleslugSegmenttagsexcerptheroImagebody
body is an array of simple content blocks. Supported block kinds are paragraph, heading, quote, list, links, and images.