0.0.7 • Published 9 years ago

design-language v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

design-language

These are theme, layout, visual, design files for Observe.it. This repository is automatically published under:

https://observing.github.io/design-language/

Where you can see the style guide and various of snippets.

Development

Development is done directly in to the source files, so no editing the file in the dist folder. You can compile your changes manually using:

npm run compile

Or, you can use the development server which continuously serves and compiles the CSS every time you refresh. The server serves the style guide so you can use that to see if your changes make sense or not. To run the server you simple run:

npm start

And this will start the server on port 8080.