This server is still in development, expect bugs.
If you find any, please report them in the issues tab.
Run the following commands in a terminal
git clone https://github.com/Unitendo/aurorachat-server-v7
# Clones the V7 Server Repo
npm i
# Install dependencies
cp config.example.js config.js
# Now would be a great time to set up config.js to your liking.
node .
# Starts the server