Skip to main content

Runme with Fresh App on Deno Cloud

We created an example in fresh folder which sets up a Fresh service with Deno. You can manually check out this example by opening it with Runme.

Local Environment

Runme makes setting up your local environment easy! Here, you can see a few install scripts that will automatically set everything up:

Runme Local Environment

In the next version release of Runme, we plan on only showing installers relevant to your current operating system/environment. Stay tuned! 😃

Environment Variables

Runme can also be used to establish local environment variables for the current session.

establish environmental variables in vs code

Environment variables support in Runme is currently a work in progress. We have a lot planned for supporting the environment/secrets in the future, so stay tuned!

Deploying

For a deploy script, such as the one below, running as a Background task is a great idea, since it is a long-running script.

deploy script in vs code