mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-01-26 11:44:12 +00:00
2a6705cf8f2ad421ef3e9e358263a7f0c98d3926
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.9.1 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.9.1...3.13.1) Signed-off-by: dependabot[bot] <support@github.com>
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.jsonfile. See config.template.json for possible options. The config file consists of environment specific blocks. Environment variableNODE_ENVdetermines which block is used. If the environment variable is not present, thedevelopmentblock will be selected.allblock 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
Description
Languages
JavaScript
99.9%
Procfile
0.1%