Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd Interstellar
Once you've cloned the repository, install the required dependencies and start the application:

```bash
pnpm install && pnpm start
bun install && bun start
```

This will install all the necessary dependencies and start the application in production mode.
Expand All @@ -30,7 +30,7 @@ This will install all the necessary dependencies and start the application in pr
If you are developing for Interstellar , use the following commands:

```bash
pnpm install && pnpm dev
bun install && bun dev
```

This will install dependencies and start the development server, which will automatically reload when you make changes to the code.