Skip to content

TheArtificial/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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • Svelte 18.0%
  • CSS 8.5%
  • HTML 1.4%