Deno version: 1.35.5
- Install Deno from https://deno.land/
- Make sure you've got version 1.19.3. You can update Deno by typing
deno upgrade --version 1.35.5 - Create
.envfile, copy there contents from the.env.examplefile and add required fields - Run the server by typing
deno run --allow-net --allow-write --allow-read --allow-env ./index.ts - Main website is at
http://localhost:PORTwhere edit webpage is athttp://localhost:PORT/edit.html. Port is specified in.env