scratch-project-guides Svelte Themes

Scratch Project Guides

Guides for Scratch projects

Scratch Project Guides

Guides for Scratch projects.

Developing

Global Dependencies

Node.js

Building and Running

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

Code Quality

There are various code quality checks you can run with

npm run format
npm run lint
npm run check

Testing

The project uses playwright for end-to-end testing. You can run the test suite with

npm run test

REPL

Scratchblocks Syntax Guide

Top categories

Loading Svelte Themes