brianbolnick / destinder-client

Home Page:https://destinder-client-beta.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

destinder-client

Front-end client for Destinder LFG. Replaces the front-end portion of Destinder V1.

GitHub license Build Status Maintainability Test Coverage

Installation Instructions

Prerequisites

This app depends on Node.js and Yarn, so make sure you have those installed if you don't already.

  1. Install Node/npm with homebrew:

    • brew install node
    • run node -v and npm -v to make sure they installed correctly.
  2. Install yarn with homebrew:

    • brew install yarn

Setup

To run the app, you'll need to install its dependencies first, then boot it up.

  1. Run yarn install to install all node modules

  2. Run yarn start. This will start the server and automatically open a session at http://localhost:3000

Contributing

We love and welcome all contribution requests! If you've either found a bug or have a feature you want added in, please create a pull request with a detailed comment outlining your changes (Follow this guide). Please also attach any screenshots of UI changes you may have made in the process as well. If you have any questions please file an issue on GitHub or send send us an email. We plan on reviewing all pull requests within 2 weeks of submission. Thanks!

About

https://destinder-client-beta.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 79.7%Language:CSS 19.2%Language:HTML 1.1%