Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
Open
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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Like with every GitHub project, contributing starts with cloning this repository

```sh
git clone [email protected]:appwrite/hacktoberfest.git
```
Then, go to the hacktoberfest directory using the `cd` command
```sh
cd hacktoberfest
```

Expand All @@ -23,8 +26,9 @@ Once you've installed dependencies with `npm install` (or `pnpm install` or `yar

```bash
npm run dev

# or start the server and open the app in a new browser tab
```
Or start the server and open the app in a new browser tab
```bash
npm run dev -- --open
```

Expand Down