-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Contributor's Guide
Afaq Tariq edited this page May 14, 2017
·
1 revision
To begin contributing to Linux Dash, jump right in by:
## Clone the repo
git clone https://github.com/afaqurk/linux-dash.git
## Start the build process (for automatic building of front-end app)
npm start
## Start Linux Dash Server on port 8080
node app/server/index.js --port 8080
If you wish not to sue the Node.js server, see the README for instructions for starting the server-side implementation of your choice.
For any changes, simply initiate a Pull Request with a description. The aim of Linux Dash contribution and development lifecycle is to be fast and friendly.