The doc site for Fluxible.
$ npm install
$ npm run dev
This will use nodemon
and webpack
to watch for changes and restart and
rebuild as needed.
To run in production, use NODE_ENV=production npm run dev
. This will use the production
assets that webpack
generates. NOTE, this may break your application if the asset hashes
are not on CDN.
Unit tests can be run via npm test
.
To run functional tests, ensure you have webdriver
updated:
$ ./node_modules/.bin/webdriver-manager update --standalone
Then run npm run func
to run protractor to execute the functional tests.
If you want to update the documentation on the site, you can submit a pull request to the fluxible repository. The docs are pulled in from the yahoo/fluxible/docs repo.
Unless otherwise specified, this software is free to use under the Yahoo! Inc. BSD license. See the LICENSE file for license text and copyright information.