mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
* Import all frontend components, assets, and menuLinks list * Remove playerstats * Fix z-index, item type * Import all frontend components, assets, and menuLinks list * Remove playerstats * Fix z-index, item type * Add player stats bar on mobile, polish UI * Remove unneeded imports * add menu icons * connect megamenu * comment out search functionality * fix LoginButton comments * fix MegaMenu pr comments * fix icons * fix pr comments * add keys to mapped items * fix menu - player filters overlap * fix mobile menu scrolling page * center nav links * retry vercel Co-authored-by: Damjan Coric <damjancorica92@gmail.com>
MetaGame NextJS Web App
In the project directory, you can run:
yarn dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
yarn typecheck
Runs TypeScript to check if there are any type errors
yarn build
Builds the app and exports the static site for production to the out folder.
yarn start
Runs the NextJS server for production use (We generate a static site right now, not running a server)