Skip to content

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

License

Notifications You must be signed in to change notification settings

aarav12/front-end

 
 

Repository files navigation

License: MIT Twitter Follow

Build Status Test Coverage Maintainability Good First Issue 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! Our website is currently served by code located here, but that repository is no longer being developed.

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.

Our entire UI library is documented via Storybook

Recommended versions of tools used within the repo:

# 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

# Create all the necessary files/folders for a new, reusable component
yarn create-component $ComponentName

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 90.6%
  • CSS 9.2%
  • Other 0.2%