jjhampton / front-end

Re-implementation of Operation Code's front-end with best practices and performance in mind

Home Page:http://storybook.operationcode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT Twitter Follow

Build Status Coverage Status Maintainability Greenkeeper badge

Welcome!

This is incoming v2 front-end application for OperationCode. We highly recommend joining our organization to receive an invite to our Slack team. From there, you'll want to join the #oc-projects channel. You can get help from multiple professional developers, including people who have worked on the application since day 1!

Before contributing, please review our Contributing Guide

Maintainers

For information about the maintainers of the project, check out MAINTAINERS.md.

Quick Start

If you're unsure of how to start this app or code for it, don't worry! You're our target audience! Please read our Contributing Guide to learn everything you need to be able to ask the right questions on our Slack team.

In continuing with the quick start instructions, it is assumed that you are no stranger to React applications, the JavaScript ecosystem, and standard GitHub workflows such as forking, cloning, and branching.

Recommended versions of tools used within the repo:

  • Node: See .nvmrc
  • yarn@1.7.0 or greater
  • git@2.17.1 or greater
# Install dependencies
yarn

# Run local development
yarn dev

# Use Storybook as a workbench when developing new components
yarn storybook

#Start local production build (typically unnecessary locally)
yarn start

#Run all available unit and integration tests
yarn test

About

Re-implementation of Operation Code's front-end with best practices and performance in mind

http://storybook.operationcode.org

License:MIT License


Languages

Language:JavaScript 84.5%Language:CSS 15.1%Language:Dockerfile 0.4%