I had a lot of trouble while learning how to use Tachyons, there are a ton of new classes to learn and I have bad memory.
So, I decided to create this interactive cheatsheet. This project does not intend to be source of the Tachyons truth or to replace the excellent documentation. Instead, use it as your friendly companion.
- Node.js v7.x
If you satisfy all the dependencies, go to the root of the project and install the required node modules:
$ npm install
Then, just start your server by running:
$ npm run start
All the documentation is stored in yml
files under the docs
folder, this
files are parsed and converted to a single json
file located in app/assets/data.json
.
In order to parse the yml
to json
you need to run the docs2json
script:
$ npm run docs
First and foremost, you need to configure your deploy.sh file, a sample is provided in the document root. Then just run:
$ npm run deploy
Voilà!
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
All the code contained in this repository, unless explicitly stated, is licensed under an MIT license.
A copy of the license can be found in the LICENSE file.