1.0.8 • Published 5 years ago
@tef-novum/movistar-onesait-css v1.0.8
:haircut: Usage
:white_check_mark: Requisites
- Install node.js (latest 10.x LTS version)
- Install yarn (latest stable version should be Ok)
- Execute
yarninside this directory
:computer: Run locally for development
- Open in your favourite browser
card-form.htmlfile - Run
yarn start
Whenever main.pcss gets updated, the file dist/development.css file change accordingly
NOTE Remember to refresh your browser tab with Cmd/Ctrl+R when editing main.pcss
:love_letter: Serve as static
- Run
yarn serve
This process will keep executing, serving both, development.css and build.css for testing purposes
:family: How to contribute?
Publishing
You can easily publish a new version executing:
npm version patch
npm login
npm publish --access publicNOTE You'll need access to @tef-novum organization in order to publish this package, otherwise, the
above command will fail.