Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Dec 23, 2024
1 parent 22c98b8 commit 965adb6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,19 @@ This template is not designed to be the quickest to set up to play with.

### Prerequisites

- [Bun](https://bun.sh).
- Checkout the repository.
- `bun install` to install the dependencies.
Install [Bun](https://bun.sh).

Get the template locally. Make sure to select "No" for installing dependencies with npm.

```sh
npx create-remix@latest --template Murderlon/the-startup-stack
```

Install the dependencies.

```sh
bun install`
```

### AWS

Expand Down

0 comments on commit 965adb6

Please sign in to comment.