Skip to content

Commit

Permalink
πŸ““
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 17, 2024
1 parent a81969c commit 2483430
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

## Usage


**dev server**

```sh

# install dependencies
Expand All @@ -24,3 +27,9 @@ bun i
npm run dev
```

**trigger deployment**

```sh
# set the tag "live" to the current commit
git tag live -f ; git push --tags -f
```

0 comments on commit 2483430

Please sign in to comment.