This is the repository for the brand new Scratch News Channel! Soon, news articles about Scratch and scratchlikes will be posted by writers.
[!IMPORTANT] We are not affiliated with Scratch, the LLK, or MIT. News articles here are made by volunteers, not Scratch Team members.
There is no need to deploy this yourself if you do not want to contribute. If you just want to check out our site, you can visit https://the-scratch-channel.onrender.com/ and browse the live demo.
If you would like to contribute but are not a contributor yet, follow thes steps below. However, if you find a vulnerability that requires immediate attention, go to the repositories security tab to report it. A vulnerability report should contain what file has the vulnerability, what priority it is, and extensive details.
To clone your fork, run git clone https://github.com/yourusernamehere/yourforknamehere.git
.
npm install
, then npm start
and then going to localhost:3000 in your browser
[!IMPORTANT] Ensure you have the latest version of node.js to use NPM. If your system is low end or cannot use localhost, you can do the same in a codespace, using PNPM.
[!IMPORTANT] Don’t forget to use
npm install
before running the Express server, otherwise it will not load the required modules.