https://github.com/justjavac/deno_deploy_readme
Handle GitHub Readme for Deno Deploy.
https://github.com/justjavac/deno_deploy_readme
deno deno-deploy
Last synced: 4 months ago
JSON representation
Handle GitHub Readme for Deno Deploy.
- Host: GitHub
- URL: https://github.com/justjavac/deno_deploy_readme
- Owner: justjavac
- License: mit
- Created: 2021-05-26T02:27:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T06:49:22.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T20:02:26.062Z (6 months ago)
- Topics: deno, deno-deploy
- Language: TypeScript
- Homepage: https://readme.deno.dev
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno Deploy Readme
> Handle GitHub Readme on Deno Deploy.
## Deploy the code
1. Click on the button below and you'll be navigated to Deno Deploy.
[](https://dash.deno.com/new?url=https://raw.githubusercontent.com/justjavac/deno_deploy_readme/main/mod.ts&env=GITHUB_REPO,GITHUB_BRANCH)
2. Input `GITHUB_REPO` and `GITHUB_BRANCH` env variable field. If
`GITHUB_BRANCH` is not set, the default branch is `main`.3. Click on `Create` to create the project, then on `Deploy` to deploy the
script.4. Grab the URL that's displayed under `Domains` in Production Deployment card.
## Local Dev
Run on local:
```bash
$ deployctl run --watch --no-check mod.ts
```## License
[Deno Deploy Readme](https://github.com/justjavac/deno_deploy_readme) is
released under the MIT License. See the bundled [LICENSE](./LICENSE) file for
details.