- Clone the Github Repository using the following command
git clone https://github.com/aleph-7/elysium- Ensure that npm is installed and added to path
- Install the dependenicies using the following commands
npm install - Head to the server directory , install the dependencies and run the server
cd server
npm install
node server.js- This should start the server
- Now open another console (in the
elysiumdirectory) - Run the following command in the terminal
npm run dev- This will give the local host port on which the website will run
- Copy the link and then paste it on the browser