Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 701 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 701 Bytes

Contributing

If you want to contribute to the StationMaster project, feel free!

Running the tests

First, install the dependencies:

npm install gulp -g
npm install

Now run gulp and it will run the tests and linting. You can also run gulp watch to watch for any changes.

Testing the webpage

An easy way is to run it through something like the PHP built in web server:

cd public
php -S localhost:8000

Then browse to http://localhost:8000/index.html.

Submitting your changes

Simply push your changes to a branch on your repository and submit a pull request to the canonical repo.