35 lines
863 B
Markdown
35 lines
863 B
Markdown
<img src="static/paimon-og.png" align="right" width="180px"/>
|
|
|
|
# [Paimon.moe](https://paimon.moe)
|
|
|
|
Your best Genshin Impact companion! Help you plan what to farm with ascension calculator and database. Also track your progress with todo and wish counter.
|
|
|
|
Created with [Sapper](https://sapper.svelte.dev/) + [Tailwind CSS](https://tailwindcss.com/)
|
|
|
|
# Development
|
|
|
|
```
|
|
# 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
|
|
yarn export
|
|
```
|
|
|
|
# License
|
|
|
|
[MIT](https://github.com/MadeBaruna/paimon-moe/blob/main/LICENSE)
|
|
|
|
This project is not affiliated with miHoYo.
|
|
Genshin Impact, game content and materials are trademarks and copyrights of miHoYo.
|