Developing¶
We'll gladly merge Pull requests if you're keen to get hands on with the development!
Requirements¶
- Node v8.4.0+
Running¶
- Clone the repo:
git clone https://github.com/samcm/SyncLounge
- Change to the directory:
cd synclounge
- Install packages and dependencies:
npm install
- Run the development server:
npm run dev
Once Webpack has finished compiling, navigate to http://localhost:8080
in your web browser.
Notes:
- Hot reload is enabled!
- It is suggested to install Vue.js Devtools
- Chrome Extension
- Firefox Addon
- If you use VS Code, see VueJS's Debugging in VS Code