- Install with
sudo npm install gulp -g && npm install
. - Use
gulp watch
to start developing: all the files are in/src/
.
- Open the Github program.
- Make sure the "rejn/website" is selected in the left hand pane.
- [While online] Click the "Sync" button in the top right corner. This ensures you are working with the latest version of the site.
- Select "Repository -> Open terminal" from the top toolbar.
- Type
gulp watch
into the terminal. This will open your local version of the website in your browser. - Open the Sublime Text 2 program.
- Make your changes and preview them in the browser.
- [While online] Return to Github and "Sync" your changes. An example commit message could be: "Updates prices for the new season".
- [While online] Check the live website looks OK. It can take a few minutes for the website to update.