Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticFragilist authored May 26, 2024
1 parent 42e51df commit d616fad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
- [Node](https://nodejs.org/en/download/package-manager)
- [Visual Studio Code](https://code.visualstudio.com/)

## Clone and run locally

## Installation
Clone and install dependencies
3. Use `cd` to change into the app's directory

```bash
Expand All @@ -57,12 +57,14 @@
```bash
npm install
```
7. You can now run the Next.js local development server:
## Running the project locally
You can now run the Next.js local development server:
```bash
npm run dev
```
The frontend should now be running on [localhost:3000](http://localhost:3000/).
The frontend should now be running on [localhost:3000](http://localhost:3000/).
> Check out [the docs for Local Development](https://supabase.com/docs/guides/getting-started/local-development) to also run Supabase locally.

0 comments on commit d616fad

Please sign in to comment.