Organization based in Seattle, Washington providing resources for C++, Python, and Java. Contests are also hosted every once in a while.
You can find our website here
Want to contribute to our project? Read the contribution guide below!
You must have Node.js installed to follow this guide.
First, create a fork of our repository. This can be done by heading over to our main repository page here, clicking the "Fork" button, and then click "Create a new fork." You can modify your code there, pushing changes to your forked repository.
Once you fork the repository, clone it onto your machine. If you are unsure about how to do this, feel free to search it up.
Open the folder where your repository is and enter the following command to install dependencies:
npm install
You can test code by running these commands:
npm run docs:build
npm run docs:preview
A build site will be made at https://localhost:4173/
, where you can preview your changes.
Alternatively, you can run:
npm run docs:dev
But it sometimes doesn't display errors in the build site, making it not as reliable.
When you believe you are done, make a pull request on this page. Our development team will discuss your changes with you shortly after.