Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cloudflare Docs
# Cloudflare Docs.

**[View the docs →](https://developers.cloudflare.com/)**

Expand Down Expand Up @@ -58,13 +58,12 @@ Cloudflare and any contributors reserve all other rights, whether under their re

Please note that we may use AI tools to help us review technical documentation, pull requests and other issues submitted to our public GitHub page in order to identify and correct mistakes and other inconsistencies in our developer documentation. Please refrain from sharing any personal information in your submissions.


## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
|:--------------------------|:--------------------------------------------|
| :------------------------ | :------------------------------------------ |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:1111` |
| `npx astro build` | Build your production site to `./dist/` |
Expand Down
Loading