]> git.r.bdr.sh - rbdr/heart/blame - README.md
Add basic animator project
[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`