/fresh-runme

Primary LanguageTypeScript

runme fresh project

A demo project to show off how to use runme with a deno fresh project.

Run the project locally

deno task start

Install the Deno deploy CLI

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts

Set the path

export PATH="~/.deno/bin:$PATH"

Set your personal access token

export DENO_DEPLOY_TOKEN=$DENO_ACCESS_TOKEN

Deploy to staging

deployctl deploy --project=admc-fresh-runme main.ts --import-map=import_map.json