Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 917 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 917 Bytes

Deno By Example

Playground and examples for deno

This repo shows examples from Deno language. Examples are written in md files in website directories

Published website can be found https://decipher.dev/deno-by-example/

home

Requirements

  • Deno

[Note]: It's only tested on a Mac.

Please support me creating more examples.

How to support:

  1. Clone repo
  2. Add example in folder examples
  3. Add md or mdx document in folder website
  4. List the id in sidebars.js

Verify:

yarn run build
mv docs deno-by-example
http-server .

Open browser: http://localhost:8080/deno-by-example

All good then move folder back to docs

mv deno-by-example docs

Thanks! Cheers! 🥂🍻🍻 Keep coding!!