# Self-Host
# Installation (Self-Host)
# clone the repo
git clone https://github.com/terryds/ai-placeholder
# create the .env
cp .env.example .env
# open your .env and enter your credentials
# code .env
# start the server
deno task dev
# Deployment
We can use Deno Deploy for deployment (opens new window). By the time of this writing (28/05/23), Deno Deploy doesn't support import maps from deno.jsonc directly, so you should build a Github Action Workflow for this (opens new window)