Files
koodiklinikka.fi-api/README.md
Daniel Schildt d2fe53b3e6 docs(README) improve document structure
- Improve document structure to make it more readable.
- Indent code snippets so that they get displayed properly.
2017-07-05 15:14:25 +03:00

1.0 KiB

koodiklinikka.fi API

Codeship Status for koodiklinikka/koodiklinikka.fi-api

Start developing

  • Install Node.js with your preferred installation method.

  • Clone the repository and install dependencies.

    $ git clone git@github.com:koodiklinikka/koodiklinikka.fi-api.git
    $ cd koodiklinikka.fi-api
    $ npm install
    
  • Create config.json file. See config.template.json for possible options. The config file consists of environment specific blocks. Environment variable NODE_ENV determines which block is used. If the environment variable is not present, the development block will be selected. all block is always used and the block selected is merged into it so that it overwrites the values defined in it.

  • Start the development environment.

    $ npm start