docs: Add instructions about `.env` (#36)

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-09-18 10:01:35 +02:00 committed by GitHub
parent e1ce604a66
commit 01768a1d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

6
.env.example Normal file
View File

@ -0,0 +1,6 @@
VIPPS_CLIENT_ID="example"
VIPPS_CLIENT_SECRET="example"
VIPPS_OCP_APIM_SUBSCRIPTION_KEY_PRIMARY="example"
VIPPS_OCM_APIM_SUBSCRIPTION_KEY_SECONDARY="example"
VIPPS_MSN="example"
VIPPS_API_BASE_URL="example"

View File

@ -9,6 +9,7 @@ public accessible RSS-feeds for their produced podcasts via their
## Local development
1. [Install Deno](https://deno.land/manual/getting_started/installation)
1. `cp .env.example .env`
1. Run the app: `deno task start`
1. Open [localhost:8000](http://localhost:8000) in your browser