Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 433 Bytes

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.