Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (35 loc) · 976 Bytes

File metadata and controls

50 lines (35 loc) · 976 Bytes

Captain Staffing

https://theodo.github.io/captain-staffing

Requirements

Node v4+

Config

Copy the dev config file:

npm run env:dev

You can fill-in the fields with your own settings. You need to create an app and generate a Client-ID on console.developers.google.com/apis.

Work

npm start

Build

npm run build

Deploy to Github Pages

npm run deploy

Commit emoji

Commit Type Emoji
New Feature :sparkles:
Bugfix 🐛 :bug:
Refactoring 📦 :package:
Documentation 📚 :books:
Cosmetic 💄 :lipstick:
Tooling 🔧 :wrench:
Tests 🚨 :rotating_light:
Work In Progress (WIP) 🚧 :construction: