Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed Nov 6, 2024
1 parent 0ec2b68 commit 6ef72f5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,20 @@ create trigger on_auth_user_created
for each row execute procedure public.handle_new_user();
```

5. Go back to your project and install dependencies:
## During the interview

0. Clone the repository

1. Go to your project and install dependencies:

```bash
npm install
```

6. You can now run the Next.js local development server:
2. You can now run the Next.js local development server:

```bash
npm run dev
```

The starter kit should now be running on [localhost:3000](http://localhost:3000/).
The starter kit should now be running on [localhost:3000](http://localhost:3000/).

0 comments on commit 6ef72f5

Please sign in to comment.