Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 853 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 853 Bytes

Scrapyard

Welcome to Scrapyard, Hack Club's winter 2025 worldwide hackathon!

Want to create your own city page? See the template and modify it to fit your event!

Developing

You'll need NodeJS and Git installed to run the website locally and test changes - go to https://nodejs.org/en to download NodeJS and https://git-scm.com/ to download Git.

Once you have NodeJS installed, clone this repository using git (in the terminal, run git clone https://github.com/hackclub/scrapyard.git) and install the dependencies using npm install. You should then be able to run npm run dev, which will start a local development server that you can then use to test your changes.

Ask in the #scrapyard channel if you have any questions!