https://github.com/ampproject/ampstart
AMP Start source code and templates .
https://github.com/ampproject/ampstart
Last synced: 5 months ago
JSON representation
AMP Start source code and templates .
- Host: GitHub
- URL: https://github.com/ampproject/ampstart
- Owner: ampproject
- License: apache-2.0
- Created: 2016-12-12T21:57:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:45:36.000Z (over 2 years ago)
- Last Synced: 2025-10-17T08:58:44.830Z (8 months ago)
- Language: HTML
- Homepage: https://ampstart.com/
- Size: 661 MB
- Stars: 417
- Watchers: 75
- Forks: 150
- Open Issues: 156
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [AMP Start](https://ampstart.com/) ⚡
A collection of quick-start templates to build your AMP page quickly and easily.
AMP Start is built on top of [Basscss](http://basscss.com/) a low-level CSS toolkit.
## Workspace Setup
### Installation
1. Install the latest [NodeJS LTS version](https://nodejs.org).
2. Install `yarn` ([instructions](https://yarnpkg.com/lang/en/docs/install/))
3. In the repo directory, run `yarn` command to install the required npm packages.
## Supported browsers
In general we support the 2 latest versions of major browsers like Chrome, Firefox, Edge, Safari and Opera. We support desktop, phone, tablet and the web view version of these respective browsers.
Beyond that, the core AMP library and builtin elements should aim for very wide browser support and we accept fixes for all browsers with market share greater than 1 percent.
In particular, we try to maintain "it might not be perfect but isn't broken" - support for the Android 4.0 system browser and Chrome 28+ on phones.
# Who makes AMP Start?
AMP Start is made by the [AMP Project](https://www.ampproject.org/), and is licensed
under the [Apache License, Version 2.0](LICENSE).
### [Code of conduct](CODE_OF_CONDUCT.md)