tachyons-cli
Version:
Postprocess tachyons stylesheets
22 lines (13 loc) • 435 B
Markdown
# tachyons project
This project was generated by the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli).
For more documentation please see [tachyons.io](http://tachyons.io).
## Installation
In order to install the required npm dependencies, run `$ npm install .`
```sh
npm install .
```
## Usage
Run `$ npm start` to compile the css and minify it. Then, open the `index.html`
```sh
npm start && open index.html
```