Skip to content

Seattle-Computing-Resourcing/scr-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4a4063 · Mar 28, 2025

History

80 Commits
Mar 14, 2025
Feb 5, 2025
Mar 1, 2025
Mar 28, 2025
Feb 3, 2025
Jan 21, 2025
Mar 7, 2025
Feb 7, 2025
Mar 1, 2025
Feb 7, 2025
Feb 7, 2025
Dec 28, 2024

Repository files navigation

Seattle Computing Resourcing

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!

Contribution Guide

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.