Skip to content

Commit

Permalink
AC - cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-cleveland committed Nov 14, 2023
1 parent 7d9dd4c commit 232d9da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
# Please, add your custom content below!
node_modules
output/*
input/*
input/*
.env
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,15 @@ This client is compatible with the sandbox, integration and production MESH syst
git clone https://github.com/nhs-england-tools/repository-template.git
```

2. Set environmental variables required, the list of environmental vars you need are:
2. cd into the repo and install the required modules
```shell
cd Galleri-mesh-client
npm i
```

3. If you are using the sandbox then turn it on and run `npm test` to check everything is working
If you are using the integration environment then you will need to set up the following variables to override the defaults for the sandbox environment.
You can do this by either updating your `~/.bashrc` for linux or `~/.zshrc` or you can put the values into a `.env` file in the repo, it will be excluded by .gitignore

```shell
# Required variables
Expand Down

0 comments on commit 232d9da

Please sign in to comment.