Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

artsy/rsvp-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

RSVP

Meta

Set-Up

  • Fork RSVP to your Github account in the Github UI.
  • Clone your repo locally (substitute your Github username).
git clone [email protected]:your-github-username/rsvp.git
  • Install MongoDB
brew install mongodb
  • Install NVM, Node, and npm modules.
brew install nvm
nvm install 6
npm install
  • Start RSVP and Mongo
npm run dev

Testing

We use standard for linting. For the best experience it's recommended that you install an inline linter in your text editor, such as Sublime Linter Standard, to surface linting issues immediately.

We use mocha for testing. For the best experience writing tests it's recommended you target the suite you're working on in watch mode npm run mocha -- --watch test/your/tests.js.

To run the full test suite and linter use npm test.

About

For collecting RSVPs prior to onsite and comms events

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published