-
Clone from this repo
-
npm i(ornpm install) to install all dependencies -
Create configuration file
config.ymlat the root of the project (seeconfig.yml.examplefor an example)
-
npm run startto start the dev server -
Access the website at the address defined in your configuration
-
There are 3 special branch names:
- master: This branch should point the the code that is currently deployed in the Live machines.
- dev: Use this branch for ready to test features. IT gets automatically deploys in the internal dev machine.
- future: The new features in this branch require a new API release before they can be deployed.
-
Other branches are considered feature branches that could eventually be merged into one of the above.
You can check the list of possible commands by running npm run,
and run them as stand-alone commands
scriptsThe scripts executed when variousnpm runoptions selectedsrcThe source code for the websitetestsFunctional tests for the website