Skip to content

Commit bdb92f8

Browse files
authored
Merge pull request cyclic-software#3 from cyclic-software/korostelevm-patch-1
Update README.md
2 parents 507d247 + 2ea74ee commit bdb92f8

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,22 @@ This is a basic starter Expressjs app with:
66
- Logging Middleware
77
- Catch-all handler that echoes request info
88

9-
## Quick Start
10-
11-
- Deploy this repo with Cyclic
12-
- https://app.cyclic.sh/api/app/deploy/cyclic-software/express-hello-world
13-
149
## Local Quick Start
1510

16-
If you want to setup your dev account and deploy with `git push`
17-
18-
- Fork this repo (or deploy above)
1911
- Clone to your local
2012
- Install dependencies `npm install`
2113
- Run locally `npm serve`
2214
- Make requests
2315
- Browser: `http://localhost:3000/some/path?q=query+one&q=second+query&single=value`
2416
- Command line: `curl -i -XGET "http://localhost:3000/cmd/line-curl"`
25-
- Deploy on Cyclic
26-
- https://app.cyclic.sh/api/app/deploy/cyclic-software/express-hello-world
2717

28-
## Cyclic Runtime
18+
## Deploy in under 10 seconds
19+
20+
[![Deploy to Cyclic](https://deploy.cyclic.app/button.svg)](https://deploy.cyclic.app/)
21+
- Sets up instant continuous deployment on `git push`
22+
- Realtime backend logs and API request monitoring
23+
24+
### Cyclic Runtime
2925

3026
- Cyclic hosts your app on serverless infrastructure. That means there is no guarantee of memory or file system persistence between requests.
3127
- The runtime expects a nodejs entry point defined as:

0 commit comments

Comments
 (0)