A collection of curated, high-quality resources to take you from Bronze to Platinum.
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.
Find a file
2020-06-21 18:58:28 -07:00
.github cleanup; add dependabot 2020-06-21 14:06:07 -07:00
content Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide 2020-06-21 21:45:25 -04:00
src add usage notes in homepage 2020-06-21 18:58:28 -07:00
.gitignore add gatsby front-end 2020-06-03 14:14:30 -07:00
.prettierignore add prettier 2020-06-20 01:08:44 -07:00
.prettierrc use spaces over tabs 2020-06-20 01:10:56 -07:00
Content Documentation.md add prettier 2020-06-20 01:08:44 -07:00
gatsby-browser.js migrate remaining files from .js to .ts 2020-06-21 16:09:50 -07:00
gatsby-browser.tsx migrate remaining files from .js to .ts 2020-06-21 16:09:50 -07:00
gatsby-config.js migrate remaining files from .js to .ts 2020-06-21 16:09:50 -07:00
gatsby-config.ts migrate remaining files from .js to .ts 2020-06-21 16:09:50 -07:00
gatsby-node.ts migrate remaining files from .js to .ts 2020-06-21 16:09:50 -07:00
LICENSE Update LICENSE 2020-06-21 18:44:23 -07:00
package.json migrate remaining files from .js to .ts 2020-06-21 16:09:50 -07:00
README.md add prettier 2020-06-20 01:08:44 -07:00
tailwind.config.js use spaces over tabs 2020-06-20 01:10:56 -07:00
yarn.lock migrate remaining files from .js to .ts 2020-06-21 16:09:50 -07:00

USACO Guide

Netlify Status

A collection of curated, high-quality resources to take you from Bronze to Platinum.

All markdown files belong in content/. Other files are for the front-end dashboard interface. The content should not care about how the front-end interface is implemented. That way, we can easily change the front-end interface without having to rewrite the content.

Refer to "Content Documentation.md" and "Syllabus.md" for more info.