Commit c33ae89

mo khan <mo@mokhan.ca>
2021-05-20 22:19:18
docs: add getting started instructions
1 parent e0af4e3
Changed files (1)
README.md
@@ -1,3 +1,23 @@
 # Sparkles
 
 A place to show your appreciation for others.
+
+The CodeChica++ curriculum can be found [here][curriculum].
+
+## Getting Started
+
+Run the `setup` script to prepare the development environment.
+
+```bash
+$ ./bin/setup
+```
+
+Run the `server` script to start the web server.
+
+```bash
+$ ./bin/server
+```
+
+Open [http://localhost:3000](http://localhost:3000) in a web browser.
+
+[curriculum]: https://docs.google.com/document/d/1bF1zHdCpWNmVmuanVSPolLR94jX2hgTa5mimugky1f0/edit