6 You'll need [Docker][docker] to run the project.
8 * Run the image with `make run`
10 ## Running locally the hard way
12 If you don't want to use docker, you can also run it the old fashioned
15 1. Install dependencies with `yarn install` (recommended), or `npm install`
16 2. Run with `npm start`
18 ## Generating documentation
20 This project uses JS Doc to generate documentation. Generate everything
23 ## Building and pushing the image
25 You can also do some other operations
27 * Build the image with `make build`
28 * Push and build the image with `make upload`
29 * Clean the environment with `make clean`
33 This project uses the [Hapi Style Guide][hapi-style-guide] for
34 javascript style, and includes eslint configuration to check them. Run
35 `npm run lint` to check the code.
37 [docker]: https://www.docker.com/
38 [hapi-style-guide]: https://hapijs.com/styleguide