mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-21 14:37:22 +01:00
Update readme
This commit is contained in:
parent
7f0890acba
commit
e780ab18bf
1 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
Your best Genshin Impact companion! Paimon.moe helps you plan what to farm with ascension calculator and database. It also tracks your progress with a todo list and a wish counter.
|
||||
|
||||
Created with [Sapper](https://sapper.svelte.dev/) + [Tailwind CSS](https://tailwindcss.com/)
|
||||
Created with [SvelteKit](https://kit.svelte.dev/) + [Tailwind CSS](https://tailwindcss.com/)
|
||||
|
||||
# Development
|
||||
|
||||
```
|
||||
# install dependencies
|
||||
yarn
|
||||
pnpm i
|
||||
|
||||
# you need the api to run wish importer and wish tally
|
||||
git clone https://github.com/MadeBaruna/paimon-moe-api
|
||||
|
@ -20,10 +20,10 @@ docker-compose up -d
|
|||
# run in dev mode
|
||||
cp .env.example .env
|
||||
vi .env
|
||||
yarn dev
|
||||
pnpm dev
|
||||
|
||||
# export as production static site
|
||||
yarn export
|
||||
pnpm build
|
||||
```
|
||||
|
||||
# License
|
||||
|
|
Loading…
Reference in a new issue