Skip to content

Contributor's Guide

Afaq Tariq edited this page May 14, 2017 · 1 revision

Getting Started

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.

Submitting Changes

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.