Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
feat: ✨ add step for copying .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed May 23, 2024
1 parent d4a270a commit 8486a89
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,25 @@ git clone https://github.com/icssc/peterportal-api-next
cd peterportal-api-next
```

2. Install dependencies.
2. Create a `.env` file. To get started, cloning the `.env.example` should work for now.

```sh
cp .env.example .env
```

3. Install dependencies.

```sh
pnpm install
```

3. Start local PostgresSQL database.
4. Start local PostgresSQL database.

```sh
docker compose up -d
```

4. Start development server.
5. Start development server.

```sh
pnpm dev
Expand Down

0 comments on commit 8486a89

Please sign in to comment.