Dallas & Drew Autumn Wedding Celebration 2019
Setup
Getting started
- Run
npm install
- Create config files.
config.json
src/config.json
- Add the proper variables to the config files.
config.json
mongodb_un
: MongoDB username.mongodb_pw
: MongoDB password.mongodb_cluster
: MongoDB cluster in srv address:@<mongodb_cluster>.mongodb.net
.
src/config.json
regCode
: Registration code from the wedding invitation.
- Use
npm start
in development andnpm run build
for production; official documentation here.
- Example:
npm run build