0.1.26 • Published 8 years ago

ndla-styleguide v0.1.26

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

Styleguide

css and stuff

Installation

npm install --save ndla-styleguide

Development 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 install

Start development server

Start node server with hot reloading middleware listening on port 8081.

$ npm start

Run stylelint

Check for errors with stylelint.

$ npm run lint

Publish a new release

$ npm version patch
$ git push
$ git push --tags
$ npm publish

Other scripts

# Build a new release:
$ npm run build
# Docker stuff
$ ./build.sh
$ ./release.sh
0.1.26

8 years ago

0.1.25

8 years ago

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago