tachyons/site
2018-11-11 09:06:43 -07:00
..
build Break out docs and site into own dirs 2018-11-10 09:41:39 -07:00
data Version packages independently 2018-11-11 09:06:43 -07:00
pages Fix imports, add build script 2018-11-10 14:29:39 -07:00
ui Update docs 2018-11-10 10:42:21 -07:00
.gitignore Break out docs and site into own dirs 2018-11-10 09:41:39 -07:00
next.config.js Break out docs and site into own dirs 2018-11-10 09:41:39 -07:00
package.json Fix imports, add build script 2018-11-10 14:29:39 -07:00
readme.md Break out docs and site into own dirs 2018-11-10 09:41:39 -07:00
yarn.lock Fix imports, add build script 2018-11-10 14:29:39 -07:00

Tachyons Site

The Tachyons site use MDX, React, and the next framework. All docs pages can be found as MDX in the docs directory.

Installation

git clone https://github.com/tachyons-css/tachyons
cd tachyons/docs
npm i

Usage

npm run dev