Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 612 Bytes

getting-started.md

File metadata and controls

27 lines (14 loc) · 612 Bytes

Getting Started

Deploy

Deploy to Deno Deploy (Recommended)

First, fork this repository.

Then, go to Deno Deploy and create a new project.

Select your forked repository, and set the deploy method to GitHub Actions.

Add an actions secret named DENO_DEPLOY_PROJECT_NAME and set the value to your project name.

Finally, click Deploy to deploy your project.

You are done!

Other deployment...

Please refer to Nitro Docs for more information.