Update README.md

This commit is contained in:
Seth Forsgren 2022-11-21 09:44:38 -08:00 committed by GitHub
parent 0856362156
commit e3e9a2c5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,13 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
## Getting Started
First, run the development server:
Prerequisites:
```bash
npm install
```
Then, run the development server:
```bash
npm run dev