Skip to content

Commit

Permalink
Update README to get rid of old guidance. Part of #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomoros committed Dec 25, 2018
1 parent d14c715 commit 389397b
Showing 1 changed file with 6 additions and 31 deletions.
37 changes: 6 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,16 @@
# complexity-compendium
Simple forwarder for complexity-compendium.com

### Updating slides

Run `Create snapshot` in the sheet.

Copy/paste the output from the dialog at end into slides.json, check in, and deploy.

### Developing

`firebase serve`

### Deploying

`firebase deploy`


### Setting up new computer

Install firebase tools:

`npm install -g firebase-tools`

`firebase use complexity-compendium`

Webapp to support complexitycompendium.com

## New webapp

### Developing

`cd webapp`

`polymer serve`

### Deploying

TODO

`firebase use complexity-compendium`
`firebase deploy`

### Backing up

Expand All @@ -46,7 +20,6 @@ Run `gcloud config set project complexity-compendium`

Run `gcloud beta firestore export gs://complexity-compendium-backup`


### Restoring a back up

Run `gcloud config set project dev-complexity-compendium` (if running in devmode)
Expand All @@ -55,7 +28,9 @@ Run `gcloud beta firestore import gs://complexity-compendium-backup/[EXPORT_PREF

### Setting up a new computer

See above, also `cd webapp`, `npm install`
`npm install -g firebase-tools`

`npm install`

### Design

Expand Down

0 comments on commit 389397b

Please sign in to comment.