Web-based OpenSCAD Customizer
https://cora.ccw.icu
- JavaScript 99.4%
- CSS 0.4%
- HTML 0.1%
| public | ||
| res | ||
| src | ||
| tests | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| jsconfig.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
🪛 Cora
🖥 Deploy
- Install
nodejsandnpm - Install the dependencies using
npm install - Run the build command:
npm run build - The build output can be found in the
distfolder.
Now you can use a static file server of your choice to serve the files.
Or you can use the docker container
docker build . -t cora
docker run -it -p 3094:3094 cora
📚 Libraries
- react-stl-viewer licensed under
MIT, used to render a preview of the stl file - openscad-wasm licensed under
GPL-2.0, used to generate the stl file from the OpenSCAD code- NOTE: currently using an older version from 2019, which seems a little more reliable for some reason
- SimpleCSS, licensed under
MIT, used for the website theme
