WIP: Add Project modal, added generic modal portal #1

Draft
wymiller wants to merge 4 commits from post-card-refactor into master
Showing only changes of commit c116b545fe - Show all commits

View File

@@ -4,10 +4,10 @@ RUN apk add bash
# USER deno # USER deno
RUN deno cache --reload deno.json
COPY . . COPY . .
RUN deno cache --reload deno.json
RUN bash -c 'deno cache main.ts' RUN bash -c 'deno cache main.ts'
RUN bash -c 'deno task build' RUN bash -c 'deno task build'