/game-rental-client

Primary LanguageHTMLMIT LicenseMIT

Game Rental App

Open in Gitpod

Admin dashboard template based on Next.js with @paljs/ui component package Based on the https://github.com/paljs/nextjs-admin-template template

Setup:

npm install

Running

npm run dev

Deployment

This app is deployed to firebase hosting, a CI token must be stored in the environment variable $GAME_FB_TOKEN so it can be authorized to deploy to the firebase project. Deploy by running the following command

npm run deploy