Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# App's running environment
NODE_ENV=
NODE_ENV=development

# App's running port
PORT=
PORT=9001

# Cors origin url
CORS_ORIGIN=
CORS_ORIGIN=
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ Go to the project directory
yarn install
```

Set your environment variables following the provided `.env.example` template.
```bash
cp .env.example .env
```

If desired, change the default values in your preferred code editor.

### Linting

```bash
Expand Down