christmas/README.md
2018-11-20 14:19:58 -05:00

27 lines
No EOL
512 B
Markdown

# Christmas Community
Web app for your family's Christmas shopping
## Purpose
To create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting.
## Install
```sh
git clone https://gitlab.com/wingysam/christmas-community
cd christmas-community
yarn
```
## Configuration
Add environment variables with a .env. Example:
```env
SITE_TITLE="Christmas Zone"
PORT=80
```
## Startup
```sh
yarn start
```
## Setup
Visit `/` on the HTTP server to add an admin account.