Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 441 Bytes

Deprecation

Full site repository has been moved to VandyHacks/VHF2017-website

Installing

npm install
npm install --only=dev

Running

npm run build	# npm run build:prod for production
npm start

Create a .env file and add:

MC_INSTANCE_ID = {region/instance}
MC_LIST_ID = {list id}
MC_API_KEY = {api key}
MG_PUBLIC_KEY = {mailgun public api key}