summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-24 15:10:37 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-24 15:10:37 -0600
commit07a2c18985284431c18a619cfaa3f5681239dd48 (patch)
tree7a25cd08d478c79ad3cdc6bc3506f47545083ef8
parent90c104092ff3cccb0a7d55555058d6dbc7422138 (diff)
downloadbbiy-07a2c18985284431c18a619cfaa3f5681239dd48.tar.gz
bbiy-07a2c18985284431c18a619cfaa3f5681239dd48.zip
Add build instructions
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63573de..e5f0740 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,11 @@ Most artwork is from the initial game, as found [here](https://www.spriters-reso
Music is "Fluffing a Duck" by Kevin Macleod, found [on YouTube](https://www.youtube.com/watch?v=yQjAF3frudY).
Background image is stolen [from here](https://i.pinimg.com/originals/b2/2a/a2/b22aa22b2f3f55b6468361158d52e2e7.gif).
+## Building and running
+
+It's as simple as:
+
+```
+npm install
+npm run start
+```