Hello, and welcome to the home for the code that makes up P2P Hack Club's website at https://p2phack.club! P2P Hack Club is a programming club at Peak to Peak Charter School, where we build apps, websites, games, and other technology projects.
This website uses a technology called Jekyll to build its files.
How to edit and contribute changes to the website:
(These instructions have been written really quickly using macOS, if you can make these instructions clearer, please contribute to this repository!)
gem install bundler jekyll
into your terminal.bundle install
bundle exec jekyll serve
Make any changes you want in your code editor, save the files, and refresh your browser to see the changes. You can just repeat steps 11-12 to run the server again if you close your terminal.
When you're done, commit your changes to the project!
This project is licensed under the MIT License. For more information, please check the LICENSE file.
If you join in or contribute to the P2P Hack Club community in any way, you are encouraged to follow the Code of Conduct while doing so. Please read our Code of Conduct at http://community.p2phack.club/CONDUCT.html.