mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-01-26 11:44:12 +00:00
0ddd7e22adc60cd83024ded785e07b08ffabbdb7
needed these for inviting people from slack to our github organization
koodiklinikka.fi API
Start developing
- Install node.js
$ 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. -
$ npm start
Description
Languages
JavaScript
99.9%
Procfile
0.1%