blob: 8eef2ed4e53ecdb4765d3e77c8911c646a76b35c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Sparkles
A place to show your appreciation for others.
## 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.
|