Skip to content

annawchou/fluxible.io

Repository files navigation

fluxible.io

Build Status Coverage Status

The doc site for Fluxible.

Setup

$ npm install

Run the app

$ npm run dev

This will use nodemon and webpack to watch for changes and restart and rebuild as needed.

Open http://localhost:3000

Production

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.

Testing

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.

Contributing

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.

License

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.

About

fluxible.io website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published