A simple frontend application for the Gamebase API.
Using Vite and TypeScript.
Has ESLint and Prettier support.
Not implemented yet.
See package.json on the project root folder.
npm run dev
Starts the server!
npm run lint
Runs the linter.
npm run format
Runs the formatter.