Documentation website for GreenwoodJS, using GreenwoodJS for development, naturally. Site is hosted on Netlify.
nvm use
instead)npm ci
[!IMPORTANT] To contribute to this project, please see our Contributing guidelines
[!TIP]
Seepackage.json#scripts
for all available commands.
To run the site locally for development, run
$ npm run dev
To build the site for production and view it locally, run:
$ npm run serve
To build storybook for local development, you can run:
$ npm run story:dev
To run tests in watch mode, you can run:
$ npm run test:tdd
Otherwise all tests can be run once with:
$ npm run test