Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lepozepo committed May 24, 2021
1 parent cdc1b5d commit 003f839
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Umble
## Humble Pulumi Constructs for Apollo/React Developers

### Constructs

To use Umble you'll need to install pulumi and umble's subpackages.

For your infrastructure: `npm i umble`
For your infrastructure: `npx install-peerdeps umble`

For your apollo server: `npm i umble-apollo-server`


### Constructs
#### Service
Here is a quick example on how to use it. The `./app` directory requires a Dockerfile that exposes the service on port 4000, pulumi will use docker to build your image.

Expand Down
6 changes: 2 additions & 4 deletions constructs/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Umble
## Humble Pulumi Constructs for Apollo/React Developers

### Constructs

To use Umble you'll need to install pulumi and umble's subpackages.

For your infrastructure: `npm i umble`
For your infrastructure: `npx install-peerdeps umble`

For your apollo server: `npm i umble-apollo-server`


### Constructs
#### Service
Here is a quick example on how to use it. The `./app` directory requires a Dockerfile that exposes the service on port 4000, pulumi will use docker to build your image.

Expand Down
6 changes: 2 additions & 4 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Umble
## Humble Pulumi Constructs for Apollo/React Developers

### Constructs

To use Umble you'll need to install pulumi and umble's subpackages.

For your infrastructure: `npm i umble`
For your infrastructure: `npx install-peerdeps umble`

For your apollo server: `npm i umble-apollo-server`


### Constructs
#### Service
Here is a quick example on how to use it. The `./app` directory requires a Dockerfile that exposes the service on port 4000, pulumi will use docker to build your image.

Expand Down

0 comments on commit 003f839

Please sign in to comment.