This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/docs/Front End Documentation.md
2020-07-19 20:13:28 -07:00

920 B

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