Jakub Koralewski
4 年之前
No account linked to committer's email address
|
@@ -5,9 +5,11 @@
|
5
|
5
|
.env.test.local
|
6
|
6
|
.envrc
|
7
|
7
|
.eslintcache
|
|
8
|
+.history
|
8
|
9
|
.idea
|
9
|
10
|
.vercel
|
10
|
11
|
.vscode
|
|
12
|
+.yarn
|
11
|
13
|
*.log
|
12
|
14
|
*.tgz
|
13
|
15
|
build
|
|
@@ -93,7 +93,7 @@ These instructions will get you a copy of the project up and running on your loc
|
93
|
93
|
#### Requirements
|
94
|
94
|
|
95
|
95
|
- [Node.js](https://nodejs.org/en/)
|
96
|
|
-- [Yarn](https://yarnpkg.com/getting-started/install)
|
|
96
|
+- [Yarn](https://yarnpkg.com/getting-started/install) (v1 or v2.4.2+)
|
97
|
97
|
- [Git](https://git-scm.com/downloads)
|
98
|
98
|
|
99
|
99
|
#### Clone the repo
|