Skip to content

Commit 6bc0b43

Browse files
committedJul 8, 2022
Removed files, added instructions.
1 parent a8e7353 commit 6bc0b43

File tree

3 files changed

+11
-117
lines changed

3 files changed

+11
-117
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
/.pnp
66
.pnp.js
77

8+
/dist
9+
810
# testing
911
/coverage
1012

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
22

33
## Getting Started
44

5-
First, run the development server:
5+
First, install the dependencies:
6+
7+
```bash
8+
npm install
9+
# or
10+
yarn install
11+
```
12+
13+
Then, run the development server:
614

715
```bash
816
npm run dev

‎styles/Home.module.css

-116
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.