HTML, CSS, JS based website to teach young minds programming and C.
Fork the repository
Clone the repository on your local machine
https://github.com/RndmCodeGuy20/Tutorial-Website.git
Move to the cloned repository
cd Tutorial-Website/
Use the node package manager (npm) to run the server.
npm start
- Fork and clone this repository on your local machine.
- Head to ./Drafts directory and create a markdown file and write your content into it.
Nomenclature for content file should be
Topic-<Your Name>
💀 Do not append your data directly into theHTML
file.
- Fork and clone this repository on your local machine.
- Head to the file you want to contribute to, add features, insert content into markup, add or update tests or change src file to deploy the app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.