docs: add deps install

Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
pull/2119/head
Bruno Schaatsbergen 2024-08-19 09:53:58 -04:00
parent df9725a142
commit acb9908e3c
No known key found for this signature in database
1 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,19 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
## Getting Started
First, run the development server:
First, install the necessary dependencies:
```bash
npm run install
# or
yarn install
# or
pnpm install
# or
bun install
```
Then, run the development server:
```bash
npm run dev