Updated README to include downloading dependencies first

This commit is contained in:
Reid Brown
2025-02-02 19:04:11 -05:00
parent 9a240648a0
commit 8def4d7301

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 dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
Then, run the development server:
```bash
npm run dev