WIP!
- Three: dynamic point cloud
- Nuxt: Discord login
- Nuxt: Simple Frontend
Too many atm.
Contributions are always welcome!
Look at issues
First make sure you copy the example.env to .env
cp example.env .env
Read "Enviroment Variables" below
yarn Install
yarn dev
To run this project, you will need to add the following environment variables to your .env file
IOPORT
Socket.io port
URL
Url for CORS and ssl later not really implemented yet if empty defaults to localhost
PORT
App port also for CORS and stuff
JWTSECRET
Secret used for JWT, can be generated with:
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
#or
openssl rand 256 | base64
POSTGRES
Postgres URL
DISCORDID
Discord oAuth id
DISCORDSECRET
Discord oAuth secret