]> git.r.bdr.sh - rbdr/heart/blame - README.md
Remove unnecessary files
[rbdr/heart] / README.md
CommitLineData
910278aa
BB
1# Heart
2
3Renders a colorful heart
4
5## How to run
6
7Serve the files in the root directory. For example using: `python -m SimpleHTTPServer`
8
9## Setting up
10
11Though this project is mostly static you should run `yarn install` or
12`npm install` so you can lint and document the project.
13
14## Generating documentation
15
161. Run `npm run document`.
172. Serve the files that have been generated in the `doc` directory. If
18 already serving the files, just go to `/doc`
19
20## Linting
21
221. Run `npm lint`
c2c2772d
BB
23
24## Project Status
25
26![Build Status](https://circleci.com/gh/rbdr/heart.png?circle-token=9ffd4c8b8643b95f6d42047b173e2d446d91b32f)