UNPKG

334 BMarkdownView Raw
1# [Thinkful UI](http://thinkful.github.io/ui/)
2
3This is the documentation site for [Thinkful UI](http://thinkful.github.io/ui/).
4
5## Installation
6After cloning the repository, install dependencies:
7```
8cd <project folder>/ui
9npm install
10cd <project folder>/ui/docs
11npm install
12```
13
14Now you can run your local server:
15```
16npm start
17```
\No newline at end of file