docs: Add instructions about `.env` (#36)
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
e1ce604a66
commit
01768a1d9d
|
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue