Install locally
We using this project for socket io
Tools/Items needed:
nodejs https://nodejs.org/en/ (Checkbox: Additional Features)
Github account https://github.com/
.env file Get from a developer
Suggestion on extra tools, but up to your own choice:
VS Code https://code.visualstudio.com/
SourceTree https://www.sourcetreeapp.com/
Steps:
Get invite to Github https://github.com/happenn-virtual/happenn-io.git
Checkout master branch
Place .env file in root folder (Ask admin for new .env file)
# First time installation:
$ npm install
$ npm install @babel/node -g
# Start servers:
$ npm run dev
4. Check that website is up and running on http://localhost:3000
Last updated