- This is the server-side front end application for Genshin Ban Pick
- Tech stack:
- Solid start (Solidjs)
- websocket
- This project is build up on Pustur/genshin-impact-team-randomizer
- git
- nodejs
- Install dependencies:
- Run:
npm install
- Run:
-
RUN:
npm run dev -- --open
-
NOTE:
- You may need to run the gbp_ws server first to have a working backend for this project
- Docker build
docker build -t gbp_fe .
- Regular build
npm build