cheatsheet.js is an interactive javascript cheatsheet website.
🔴 Check out the live website: here
Found any typo, wanna add or modify the content of the website, wanna suggest some other changes?
Check out the CONTRIBUTING.md for more information!
- Clone the project
- Go the project folder and execute:
npm install
(you should have node.js installed) - Execute
npm run dev
to run the website locally onlocalhost:3000
.