Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Bostonhacks/headstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The 2017 Bostonhacks Site

Process for installing and running

  • Clone git, and type npm install
  • Install MongoDB (if not already installed): https://docs.mongodb.com/manual/administration/install-community/
    • Create directory /data/db. Note directory for following step. Other directory names may be used, but /data/db is the default for mongo.
    • Change permissions for /data/db to read/write for user which will run mongo. Example: sudo chown -R `id -u` /data/db on Mac.
    • Run mongo with mongod.
  • Duplicate SAMPLE-.env file, and rename to .env. See SAMPLE file for which fields you'll need to add
  • Run with node server.js

Before Contributing

Please ensure that any PRs pass the Standard linter

About

[deprecated] BostonHacks Official Web App 🐕 💻 🌎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published