A website where you can read/watch tutorials and write code on the same page. Try it out at https://tutcode.netlify.app/.
All the relevant JavaScript code can be found at src/index.js.
Initially, Prism Live was used for syntax highlighting, but it was glitchy, so it's been removed. I'll have to find another way to highlight the code.
-
Clone the repository
git clone https://github.com/PROTechThor/TutCode.git
-
Enter the directory and install node modules
cd TutCode npm install
-
Access the live server
npm run start
You should now find the server running at http://localhost:1234