Skip to content
Open
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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,20 @@ AMP is an open source project, and we'd love your help making it better!
- [AMP's roadmap](https://amp.dev/community/roadmap) provides details on some of the significant projects we are working on.
- The [AMP meta repository](https://github.com/ampproject/meta) has information _about_ the AMP open source project, including AMP's [governance](https://github.com/ampproject/meta/blob/main/GOVERNANCE.md).
- [AMP's code of conduct](https://github.com/ampproject/meta/blob/main/CODE_OF_CONDUCT.md) documents how all members, committers and volunteers in the community are required to act. AMP strives for a positive and growing project community that provides a safe environment for everyone.

## Building AMP Locally

To build and run AMP locally:

1. Install dependencies:
```bash
npm install

2. Build the runtime:
```bash
npx amp build

3. Start local server:
```bash
npx amp serve