Skip to content

siliconecb/siliconecb.cc

Repository files navigation

Alt text

siliconecb.cc

previously beta.siliconecb.cc, the site is just about finished so it's in production now! 🎉

install

  1. clone the repo:

    git clone https://github.com/silicone-fig/siliconecb.cc.git
    cd siliconecb.cc
  2. install dependencies:

    npm install

    if that fails, try:

    npm install --legacy-peer-deps
  3. run the dev server:

    npm run dev

running in production

  1. edit .env file (optional)

    set whatever IP/Port you want to bind to

  2. run the prod server

    node server.js

bugs / contributing

  • open an issue if you find bugs please :)
  • you can contribute by opening a pull request