Skip to content

Commit

Permalink
📝 Updated README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Apr 4, 2024
1 parent 957178c commit bf282c9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ Dark mode (adaptive to system settings):
Once you've installed dependencies with `pnpm install`, start a development server:

```bash
pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open
pnpm run tauri dev
```

## Building

To create a production version of your app:

```bash
pnpm run build
pnpm run tauri build
```

You can preview the production build with `pnpm run preview`.

0 comments on commit bf282c9

Please sign in to comment.