previously beta.siliconecb.cc, the site is just about finished so it's in production now! 🎉
-
clone the repo:
git clone https://github.com/silicone-fig/siliconecb.cc.git cd siliconecb.cc
-
install dependencies:
npm install
if that fails, try:
npm install --legacy-peer-deps
-
run the dev server:
npm run dev
-
edit .env file (optional)
set whatever IP/Port you want to bind to
-
run the prod server
node server.js
- open an issue if you find bugs please :)
- you can contribute by opening a pull request