-
Background
-
Deno
-
Blogs
-
Videos
-
Building Projects
-
Standard-Libraries
-
Examples
-
Tools
-
Presentations
-
Websites
This repository uses Docsify for generating documentation website on the fly.
Steps:
- Install Docsify globally.
sudo npm install docsify-cli -g
- Install other dependencies.
npm install
- Then run the following command to serve the documentation.
docsify serve docs
- Now you can preview documentation site in your browser by visiting http://localhost:3000.
If you want to add the next cool thing to this project or maybe you found some bugs and want to report and eventually squash them, follow the contribution guidelines. We are actively taking contributions from awesome people (like you) :-)
Have a look at our Contributors