X-Git-Url: https://git.r.bdr.sh/rbdr/heart/blobdiff_plain/e8f6a707779aa341582b87c2a5ed345c7dd9069d..a1c6d8138d774cf9b9e6eee7950e2e4ae18376aa:/README.md diff --git a/README.md b/README.md index e55907e..4fccd43 100644 --- a/README.md +++ b/README.md @@ -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 + +![Build Status](https://circleci.com/gh/rbdr/heart.png?circle-token=9ffd4c8b8643b95f6d42047b173e2d446d91b32f)