https://github.com/ericmorand/carousel
https://github.com/ericmorand/carousel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmorand/carousel
- Owner: ericmorand
- Created: 2017-02-10T16:28:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T16:28:56.000Z (over 9 years ago)
- Last Synced: 2025-06-09T21:02:52.805Z (about 1 year ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
carousel
==================
carousel
## Prerequisites
* [Node.js >=4.3.1](https://nodejs.org) - earlier releases of Node.js *may* work but haven't been tested
## Installation instructions
* Install Gulp task runner and its dependencies by running Node.js package manager (npm)
npm install
* Copy gulp.config.local.js.dist as gulp.config.local.js and edit gulp.config.local.js to set temporary ( *tmpPath* ) and deploy ( *deployPath* ) paths
>This is needed to enable automatic deployment of your code.
>The *temporary* path is used by the build chain to store temporary files.
>The built site is deployed into the *deploy* path.
* Launch *default* Gulp task by running
gulp
>This command launch the *default* Gulp task.
>The *default* task first build and deploy the site.
>It then executes watchers that automatically deploy any changes.
* Code !
* See the results in realtime by opening http://localhost:3000/styleguide in your favorite browser