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

Commit

Permalink
remove rest of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Sep 15, 2023
1 parent 9635e1d commit 1791139
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,3 @@ preview changes.

**New contributions should be made to
[docs.deno.com](https://github.com/denoland/deno-docs)**

---

## Local development

1. Clone this project and `dotland` in the same parent folder:

```
git clone https://github.com/denoland/manual.git
git clone https://github.com/denoland/dotland.git
```

2. Move into the `dotland` folder, and run the following command to start the
local `deno.land` website with the local manual contents:

```
cd dotland
MANUAL_PATH=../manual deno task start
```

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 1791139

Please sign in to comment.