diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-01-26 14:51:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-26 14:51:15 +0100 |
| commit | 3ad08353d289720cf8f43e1dba078da43c35e97d (patch) | |
| tree | 8fea3920a4312a90e5eddd7607dc7b35de5fdb61 /README.md | |
| parent | f1077d6b35a156b3f8b30e8739cf95e8c5088868 (diff) | |
| parent | edbef77114dfde33524dccb22d27144570299372 (diff) | |
Merge pull request #3 from tudelft-atlarge/auth-id-replace
Integrate OAUTH client ID injection in build process
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,5 +14,7 @@ Run the following commands from this directory to fetch dependencies and compile ``` $ yarn -$ gulp +$ gulp --config=config.json ``` + +**Note:** You need to replace `config.json` with the name / path of a real config file. This config file can be created by making a copy of the `sample_config.json` template and replacing the entries with your setup data. Make sure not to check this new config file into the VCS, as it is unique to each deployment situation. |
