diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
| commit | fff45e3b9d371851d4e8c3e1655a5bf1509080f2 (patch) | |
| tree | 418234d8e6ddd394794639da197d14399fd841ed /README.md | |
| parent | e8f6a707779aa341582b87c2a5ed345c7dd9069d (diff) | |
| parent | f28c4a44ce8403ea5eba9d49d3d46b7b8dae1d42 (diff) | |
Merge branch 'feature/draw-the-heart' into develop
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -1,2 +1,26 @@ -# heart -The heart +# Heart + +Renders a colorful heart + +## How to run + +Serve the files in the root directory. For example using: `python -m SimpleHTTPServer` + +## Setting up + +Though this project is mostly static you should run `yarn install` or +`npm install` so you can lint and document the project. + +## Generating documentation + +1. Run `npm run document`. +2. Serve the files that have been generated in the `doc` directory. If + already serving the files, just go to `/doc` + +## Linting + +1. Run `npm lint` + +## Project Status + + |