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
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,23 @@ Built with the Next.js 14 App Router, tRPC, TypeScript, Payload & Tailwind
To get started with this project, run

```bash
git clone https://github.com/joschan21/digitalhippo.git
git clone https://github.com/joschan21/digitalhippo.git
```
```bash
cd digitalhippo
```

and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!

```bash
npm i
```

Copy or fill the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!

To start the app just type
```bash
npm run dev
```

## Acknowledgements

Expand Down