Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 831 Bytes

getting-started.md

File metadata and controls

18 lines (14 loc) · 831 Bytes

Getting Started

  1. Download and install Node.js version 4.x.x or 5.x.x
  2. Install Gulp and Bower globally: [sudo] npm install -g gulp bower
  3. Fork this repository
  4. Clone your fork to your machine: git clone https://github.com/<your-username>/Lacuna-Web-Client
  5. Enter your fork: cd Lacuna-Web-Client
  6. Install dependencies: npm install && bower install
  7. Get going: gulp dev

Next Steps

If you...