Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skammer committed Apr 2, 2019
1 parent 7722445 commit 3900d21
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
/*.log
.shadow-cljs/

/assets/cljs-runtime/

.nrepl-port
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

Browser demo for [shadow-cljs](https://github.com/thheller/shadow-cljs)
Battleships game
----

Team 2, Moscow Clojure Meetup Dojo
March 24th, 2019

![Screenshot](screenshot.png)

### Develop

Run in developmeent:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"shadow-cljs": "^2.8.0"
},
"dependencies": {
"create-react-class": "^15.6.3",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"concat-stream": "^2.0.0",
"content-type": "^1.0.4",
"cookies": "^0.7.3",
"create-react-class": "^15.6.3",
"etag": "^1.8.1",
"lru": "^3.1.0",
"multiparty": "^4.2.1",
"random-bytes": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"simple-encryptor": "^2.0.0",
"source-map-support": "^0.5.11",
"xregexp": "^4.2.4"
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3900d21

Please sign in to comment.