Skip to content

Commit 48223fb

Browse files
authored
Merge branch 'master' into develop
2 parents 006467e + 4f99620 commit 48223fb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,17 @@
44

55
This app is using [Next.js](https://nextjs.org/)
66

7-
## Running the app
7+
## Development Package Requirements (Mac)
8+
1. Install Homebrew (https://brew.sh/)
9+
2. Install Yarn (https://yarnpkg.com/lang/en/docs/install/)
10+
3. Install nvm (https://github.com/creationix/nvm#install-script)
11+
4. Install node (On Terminal)
12+
13+
```
14+
$ nvm install node
15+
$ nvm ls
16+
$ nvm use <node_version>
17+
```
18+
19+
## Running the app (Develop Environment)
820
`yarn && yarn dev`

0 commit comments

Comments
 (0)