Skip to content

Commit

Permalink
test run and moved fresh app back to right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edeediong committed Oct 23, 2023
1 parent 88d73ca commit 447089f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
title: Getting Started
---

import Infobox from "../../src/components/Infobox.tsx"
import Infobox from "../components/Infobox.tsx"
import EnvironmentOptions from "../../src/components/EnvironmentOptions.tsx"

# Getting Started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ The first example is in the `fresh` folder and sets up a fresh service with deno

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

![Runme Local Environment](../static/img/runme-local-enviroment.png)
![Runme Local Environment](../../static/img/runme-local-enviroment.png)

In a future version 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](../static/img/environmental-variables-vs-code.png)
![establish environmental variables in vs code](../../static/img/environmental-variables-vs-code.png)

Environment variable 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](../static/img/deploying-a-script.png)
![deploy script in vs code](../../static/img/deploying-a-script.png)

0 comments on commit 447089f

Please sign in to comment.