Skip to content

aleph-7/code_improvement

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 5