Skip to content

MildHawk/Archivr

Repository files navigation

Archivr Stories in Ready Build Status Coverage Status

Because it's hip to add an "r" at the end. r.

Team

  • Product Owner: Jackson Hoose
  • Scrum Master: Andrew Smith
  • Development Team Members: Ruben Vicario, Rick Wuebker

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Roadmap
  4. Team
  5. Contributing

Usage

Create a user, take some screenshots of websites. Share them with friends.

Requirements

  • Node
  • npm
  • Ruby
  • Bundler ($ gem install bundler)
  • MongoDB

Development

Installing Dependencies

From within the root directory:

npm install
gulp build-development

# Run in separate tabs
mongod
nodemon server/index.js

Roadmap

Start learning about the project by reading the Wiki.

View the project roadmap here.

Contributing

See CONTRIBUTING.md for contribution guidelines.