LynxMasters / lynxmasters-ui

0 stars 0 forks source link

lynxmasters-ui

Build Status

Table of Contents

Contributing

To contribute to this project we ask that everyone follow the processes needed to avoid conflicts and issues with development lifecycle.

  1. Following the issue tracker, pick your selected work focus

  2. Create your own work branch following the described nomanclature: name/landing-page or name/alerts

  3. Commit and push your local changes to remote, adding the issue # you're working on in the commit message. This will reference your commit in the issue.

Example: "#ISSUE_NUMBER: commit message"

$ git commit -m "#6: added successful login alert animation"
  1. Open a Pull Request (Resolve any merge conflicts if needed)
  2. Add the following reviewers @ianarsenault @j-arsenault @tylerdcorwin @nmonty9
  3. Once peer reviewed your pull request will either be merged or changes will be requested

Run Locally

Client UI

cd path/to/project/root

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

Production

# build for production with minification
npm run build

Contributors

ianarsenault j-arsenault Nick Monty Tyler Corwin
Ian Arsenault Jameson Arsenault Nick Montalbano Tyler Corwin