diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:52:24 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:52:24 -0600 |
| commit | a1c6d8138d774cf9b9e6eee7950e2e4ae18376aa (patch) | |
| tree | a2c8846e54ae73281af05327915eef728e9ac68c /README.md | |
| parent | e8f6a707779aa341582b87c2a5ed345c7dd9069d (diff) | |
| parent | aab4b2e7f48c73ec0a0ba2f609748c24b7e84fdc (diff) | |
Merge branch 'release/1.0.0'
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 + + |