Skip to content

Commit 33db5cd

Browse files
committed
part 01
1 parent e390ac8 commit 33db5cd

File tree

12 files changed

+4234
-4350
lines changed

12 files changed

+4234
-4350
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111

1212
# misc
1313
.DS_Store
14-
.env
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
1519
npm-debug.log*
1620
yarn-debug.log*
1721
yarn-error.log*
18-

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Installation
22

3-
* `git clone [email protected]:rwieruch/taming-the-state-snake.git`
4-
* `cd taming-the-state-snake`
3+
* `git clone [email protected]:rwieruch/react-snake.git`
4+
* `cd react-snake`
55
* `npm install`
66
* `npm start`
77
* visit http://localhost:3000/

0 commit comments

Comments
 (0)