Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCrb committed Jul 7, 2023
2 parents ab19b3e + 06dc20a commit 39f690f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,20 @@ You must have <a href="https://nodejs.org/en/download"><strong>Nodejs</strong></
### Installation

1. Clone the repo

```sh
git clone https://github.com/hatz02/PhoenixAPI/tree/main
git clone https://github.com/PierreCrb/PhoenixAPI-Nodejs-Typescript/tree/main
```
2. Install NPM packages

```sh
cd nodejs && npm install
npm install
```
3. Enter your Phoenix port in `config.json`

```js
{
"port": 111111,
"port": 11111,
"host": "127.0.0.1"
}
```
Expand Down

0 comments on commit 39f690f

Please sign in to comment.