Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/swap76/learn-deno
- Owner: Swap76
- License: agpl-3.0
- Created: 2020-05-24T17:50:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T09:27:07.000Z (over 1 year ago)
- Last Synced: 2024-10-12T13:14:09.180Z (3 months ago)
- Topics: beginner-to-advance, deno, docsify, learn-by-doing, learn-to-code, resources
- Homepage: https://swap76.github.io/Learn-Deno/
- Size: 15 MB
- Stars: 34
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)