blob: 08bb712a9f079acffd7ee67608f423a3a8ef302f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|