From f5a860da39d843321f9f294e557987ad3d3298d9 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Thu, 1 Apr 2021 18:03:28 +0800 Subject: [PATCH] Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 06af21ef..2424cd68 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,14 @@ Created with [Sapper](https://sapper.svelte.dev/) + [Tailwind CSS](https://tailw # install dependencies yarn +# you need the api to run wish importer and wish tally +git clone https://github.com/MadeBaruna/paimon-moe-api +cd paimon-moe-api +docker-compose up -d + # run in dev mode +cp .env.example .env +vi .env yarn dev # export as production static site