ycmjason / ssas-2018

Secret Santa Allocation System rewritten (again).

Home Page:https://ssas.ycmjason.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssas-2018

Project setup

Create a file .env.development.local with the following firebase variables set:

VUE_APP_FIREBASE_PROJECT_ID=[your firebase project id]
VUE_APP_FIREBASE_API_KEY=[your firebase API key]
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=[your messaging sender id]

You can create a firebase project easily here.

Install all dependencies with

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

No test is written yet. Still in Beta, major changes might be introduced.

Lints and fixes files

npm run lint

Author

Jason Yu

About

Secret Santa Allocation System rewritten (again).

https://ssas.ycmjason.com


Languages

Language:Vue 68.2%Language:JavaScript 30.3%Language:HTML 1.5%