0.1.26 • Published 9 years ago
ndla-styleguide v0.1.26
Styleguide
css and stuff
Installation
npm install --save ndla-styleguideDevelopment scripts
Dependencies
All dependencies are defined in package.json and are managed with npm. To
initially install all dependencies and when the list dependency has changed,
run npm install.
$ npm installStart development server
Start node server with hot reloading middleware listening on port 8081.
$ npm startRun stylelint
Check for errors with stylelint.
$ npm run lintPublish a new release
$ npm version patch
$ git push
$ git push --tags
$ npm publishOther scripts
# Build a new release:
$ npm run build# Docker stuff
$ ./build.sh
$ ./release.sh