Update Run Steps (#8)

pull/11/head
Jc Miñarro 2022-12-24 16:36:23 +01:00 zatwierdzone przez GitHub
rodzic 07b905cd45
commit 7a512e64ba
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -5,7 +5,11 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
First, run the development server:
```bash
# Install dependencies
npm install
# Run it
npm run dev
# or
yarn dev
```