/cheatsheet-js

An interactive javascript cheatsheet website

Primary LanguageSvelteApache License 2.0Apache-2.0

cheatsheet.js

cheatsheet.js is an interactive javascript cheatsheet website.

Website usage

🔴 Check out the live website: here

Contributing

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!

How to run the project locally

  1. Clone the project
  2. Go the project folder and execute: npm install (you should have node.js installed)
  3. Execute npm run dev to run the website locally on localhost:3000.