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/Front End Documentation.md
2020-07-06 23:15:08 -07:00

804 B

Front End Documentation

If you are familiar with Gatsby development, just run yarn install 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 install
  4. Run development server
    • yarn develop

Credits