Skip to content

Developing

We'll gladly merge Pull requests if you're keen to get hands on with the development!

Requirements

  • Node v8.4.0+

Running

  1. Clone the repo: git clone https://github.com/samcm/SyncLounge
  2. Change to the directory: cd synclounge
  3. Install packages and dependencies: npm install
  4. Run the development server: npm run dev

Once Webpack has finished compiling, navigate to http://localhost:8080 in your web browser.

Notes: