Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.25 KB

File metadata and controls

29 lines (17 loc) · 1.25 KB

Contributing to Web3 Student Lab

First off, thank you for considering contributing to Web3 Student Lab! It's people like you that make Web3 Student Lab such a great learning tool for everyone.

1. Where do I go from here?

If you've noticed a bug or have a feature request, make sure to check our Issues to see if someone else has already created a ticket. If not, go ahead and make one!

2. Fork & create a branch

If this is something you think you can fix, then fork Web3 Student Lab and create a branch with a descriptive name.

3. Get the code working locally

(We are still setting up the stack, but general instructions will be placed here:)

  • Clone your fork locally.
  • Run npm install in both frontend and backend directories.
  • Start the servers using npm run dev.

4. Implement your fix or feature

At this point, you're ready to make your changes! Feel free to ask for help; everyone is a beginner at first.

5. Make a Pull Request

At this point, you should switch back to your master branch and make sure it's up to date with Web3 Student Lab's master branch. Then, create a Pull Request against our main repository.

We will review your PR, and once approved, it will be merged into the project!