Server for livelance Instructions to run the server:
Requirements:
- Nodejs: The download and installation information can be found here: https://nodejs.org/en/download/
- Redis : The installation information can be found here: https://redis.io/docs/getting-started/
Getting Started:
- Clone the repository on your local enviroment.
- Navigate to the server directory from your terminal.
- Install the server dependencies
npm install - Start the redis server Instructions for windows: https://redis.io/docs/getting-started/installation/install-redis-on-windows/ Instructions for Mac: https://redis.io/docs/getting-started/installation/install-redis-on-mac-os/
- Start the server
npm start
Please contact us if you have any issues running the server.