A computer-aided design tool for slab built ceramics.
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.