{"id":19219496,"url":"https://github.com/zeabur/deno-fresh-template","last_synced_at":"2026-04-28T17:32:43.484Z","repository":{"id":79325478,"uuid":"597776592","full_name":"zeabur/deno-fresh-template","owner":"zeabur","description":"A simple Deno app with Fresh framework deployed on Zeabur. ","archived":false,"fork":false,"pushed_at":"2023-08-04T08:02:06.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T08:13:30.334Z","etag":null,"topics":["cicd","cloud","deno","deploy","deployment","fresh","zeabur"],"latest_commit_sha":null,"homepage":"https://deno-template-fresh.zeabur.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeabur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-05T15:59:51.000Z","updated_at":"2023-05-06T11:50:55.000Z","dependencies_parsed_at":"2024-11-09T14:44:06.481Z","dependency_job_id":null,"html_url":"https://github.com/zeabur/deno-fresh-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/zeabur/deno-fresh-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-fresh-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-fresh-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-fresh-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-fresh-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeabur","download_url":"https://codeload.github.com/zeabur/deno-fresh-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeabur%2Fdeno-fresh-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","cloud","deno","deploy","deployment","fresh","zeabur"],"created_at":"2024-11-09T14:31:41.045Z","updated_at":"2026-04-28T17:32:43.468Z","avatar_url":"https://github.com/zeabur.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-fresh-template\n\n[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/WK9JCJ)\n\n- Follow the commands to bootstrap your [Deno](https://deno.land/) project with [Fresh](https://fresh.deno.dev/) framework:\n\n    ``` shell\n    deno run -A -r https://fresh.deno.dev my-project\n    cd my-project\n    deno task start\n    ```\n\n- In `./main.ts`, add `port: Deno.env.get(\"PORT\")` to the `start` function and listen to the custom port given the `.env` file\n\n    ```typescript\n    start(manifest, { plugins: [twindPlugin(twindConfig)], port: Deno.env.get(\"PORT\")}, );\n    ```\n\n- To run locally, copy `.env.defaults` to a new file `.env`, and modify `.env` by assigning the port that you would like to run your application.\n\n    ```shell\n    cp .env.defaults .env\n    ```\n\n    ```shell\n    # in .env\n    PORT=\u003cyour port\u003e\n    ```\n\n- **Do not** add `fresh.gen.ts` to your `.gitignore` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeabur%2Fdeno-fresh-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeabur%2Fdeno-fresh-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeabur%2Fdeno-fresh-template/lists"}