Files
docs.synclounge.tv/docs/contributing/developing.md
T
MagicalCodeMonkey 3e6ff9a133 Initial commit
This will probably not lint successfully
2020-03-30 23:34:20 -04:00

914 B

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: