Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
chore: add README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Jul 20, 2021
1 parent b5f7c2a commit 8825915
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 1,15 @@
# 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.

0 comments on commit 8825915

Please sign in to comment.