docs: add README to cli.angular.io microsite

This commit is contained in:
Hans Larsen 2018-07-27 15:07:02 -07:00 committed by Hans
parent 9825f73d1d
commit 5ac61f6b34
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Angular CLI microsite
This folder contains all the static files used for the Angular CLI microsite
(http://cli.angular.io).
To make changes on the frontend, just update the files here, and ask the
caretaker to deploy the new site when the commit is merged. Your commit should
be of scope `docs:` (**NOT** `fix` or `feat`).
## Deploy
To deploy, use your firebase credentials to login, then use `firebase deploy`
from this folder. There is currently no build step.

View File

@ -3,6 +3,7 @@
"public": "",
"ignore": [
"firebase.json",
"README.md",
"**/.*"
],
"rewrites": [