Skip to content

Hand-and-Machine/slabforge

Repository files navigation

slabforge

A computer-aided design tool for slab built ceramics.

Technical Notes

Based on Sapper.

To run locally:

cd slabforge
npm install # or yarn
npm run dev

Open up localhost:3000 and start clicking around.

To start a production version, run npm run build && npm start. This will disable live reloading, and activate the appropriate bundler plugins.