Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 711 Bytes

File metadata and controls

29 lines (26 loc) · 711 Bytes

Elysium

Instructions

Running on a Local Machine

  • 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 elysium directory)
  • 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