Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 921 Bytes

Front End Documentation.md

File metadata and controls

25 lines (19 loc) · 921 Bytes

Front End Documentation

If you are familiar with Gatsby development, just run yarn and yarn develop to get started.

Quickstart

The following is written for individuals without front-end development experience.

  1. Set up your development environment.
  2. Clone repo
    • git clone https://github.com/thecodingwizard/usaco-guide.git
  3. Install Dependencies
    • yarn
  4. Run development server
    • yarn develop

Credits