Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 429 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 429 Bytes

fresh project

Setup

Make a config.

cp .env.example .env

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

Testing

deno test -A

This will launch the puppeteer tests.

Secrets for GitHub Actions

Use this command to get the secret contents

base64 -i .env.github | pbcopy

secret name should be ENV_GITHUB_ACTIONS