Skip to content
This repository has been archived by the owner on Dec 15, 2017. It is now read-only.
/ guidebook Public archive

[DEPRECATED] Work in progress guidebook for Streetmix

License

Notifications You must be signed in to change notification settings

streetmix/guidebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streetmix handbook

Work in progress.

Workflow notes

  1. Files are generated as a static files into the ./build/ folder. Run http-server build to serve the distribution folder to http://localhost:8080 (or next available port).

  2. Gulp is the primary task runner / build system. Running gulp with no other options just starts a watcher to perform various tasks and start a LiveReload server.

To run server and task runner at the same time:

gulp & http-server build
  1. LiveReload must be installed as a Chrome extension. Open the local server and then connect LiveReload on that page in order to reload changes.

  2. When work is done and ready to be published, first make sure all changes are committed, then run gulp publish to publish the contents of the ./build folder to GitHub pages.

js-standard-style

Copyright

Copyright (c) 2014 Streetmix contributors. See LICENSE for details.

Content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, unless otherwise noted.

About

[DEPRECATED] Work in progress guidebook for Streetmix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published