mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 15:06:40 +01:00
Update readme
This commit is contained in:
parent
a74e3704d9
commit
f5a860da39
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue