Information hub for Genius Invokation TCG events.
Website: https://www.summoners.top/
The project is mainly based on Nuxt, and the website is deployed on Vercel using static site generation (SSG).
Currently the data is maintained by the API using Nuxt, but deployed without server. The data files are stored in the code repository.
Data Maintenance
Notice that the project is currently using the v3
branch.
Required environments: Node.js 20+,pnpm
pnpm i && pnpm dev
The default dev server run on http://localhost:3000
, and you can enter the management mode by clicking the button on the top right corner.
You can use Git tools, or the local page's button on the top right corner to commit and push the changes.
Example commands:
git add server/data
git commit -m "data"
git push