Our new fancy website.
- Prerequisits: Node.js and NPM
- After cloning the repo, run
npm i
in the base directory. - To start the website, run
npm start
. - If you wish to hook it up to the events api, you can do either:
- Set the API_URL environment variable to
https://events.netsoc.dev
before you runnpm start
- Download the dev-env and run the discord bot with
./dev-env up discord-bot consul
- Set the API_URL environment variable to
Thanks for contributing :)