Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swap76/learn-deno

All resources related to Deno 🦕 are available here...
https://github.com/swap76/learn-deno

beginner-to-advance deno docsify learn-by-doing learn-to-code resources

Last synced: 2 months ago
JSON representation

All resources related to Deno 🦕 are available here...

Awesome Lists containing this project

README

        

Learn Deno



### All resources related to Deno are available here...

### https://swap76.github.io/Learn-Deno/



## Contents

- Background

- Deno

- Blogs

- Videos

- Building Projects

- Standard-Libraries

- Examples

- Tools

- Presentations

- Websites

## Documentation

This repository uses [Docsify](https://docsify.js.org) for generating documentation website on the fly.

**Steps:**

1. Install Docsify globally.
```
sudo npm install docsify-cli -g
```
2. Install other dependencies.
```
npm install
```
3. Then run the following command to serve the documentation.
```
docsify serve docs
```
4. Now you can preview documentation site in your browser by visiting [http://localhost:3000](http://localhost:3000).

### Contributions Encouraged

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](./CONTRIBUTING.md) guidelines. We are actively taking contributions from awesome people (like you) :-)

Have a look at [our Contributors](https://github.com/Swap76/Learn-Deno/graphs/contributors)