Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 468 Bytes

File metadata and controls

executable file
·
7 lines (6 loc) · 468 Bytes

How to join and understand this project

  1. Install [Node][node](6.3.x or newer), LTS version is ok
  2. Open terminal/cmd in root directory of where you cloned the project on your computer
  3. Install project dependencies by entering $ npm install
  4. To start the server: $ npm run dev If you receive any errors, confirm that npm install was successful and try again
  5. The development server should now be live at http://localhost:3000