Skip to content

Commit

Permalink
frontend: fix readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fugidev committed Oct 29, 2023
1 parent 7d6f842 commit a367097
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next

## Getting Started

First, run the development server:

```bash
# first
npm install
# install dependencies
yarn

# then either
npm run dev
# or
# run the development server
yarn dev
```

Expand Down

0 comments on commit a367097

Please sign in to comment.