This repository was made for beginners to start learning Javascript from Scratch
After making your changes or adding your contributions, lint your javascript files with eslint by running following command
$ npm run lint:fix
This repository uses Docsify for generating documentation website on the fly.
Steps:
- Install dependencies
npm install
- Then run the following command to serve the documentation.
npm run serve-docs
- Now you can preview documentation site in your browser by visiting
http://localhost:3000
.