Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 397 Bytes

Deno manual

This repository is the official documentation for Deno.

Manual is available at: https://deno.land/manual

Contributing

When opening a PR, make sure the code is formatted correctly. To format the code:

  1. Install Deno (https://deno.land/#installation)
  2. Run deno fmt at the root of this repository

Before creating new pages, open an issue and discuss the proposed changes.