Skip to content

Commit

Permalink
docs: adds instructions on how to run the app locally
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed Apr 9, 2024
1 parent fc42afe commit 12d1eb3
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
# getactions.dev
<p align="center">
<a href="https://getactions.dev">
<img alt="getactions.dev logo" src="https://res.cloudinary.com/drfaodoe5/image/upload/v1712678223/logo-getactions.dev.png" width="60" />
</a>
</p>
<h1 align="center">
getactions.dev
</h1>

<p align="center">
The web application serving <a href="https://getactions.dev">getactions.dev</a>.
</p>

<br /><br />

## Development Setup

### Prerequisites

- [Devbox](https://www.jetify.com/devbox/docs/quickstart/): Creating an isolated development environment.

### Starting locally

```sh
devbox shell

bun i
bun run dev
```

Navigate your browser to [http://localhost:5173/](http://localhost:5173/) – Happy hacking!

## Copyright

Expand Down

0 comments on commit 12d1eb3

Please sign in to comment.