Files
TheGame/packages/web
The Lone Rōnin 3d62e5b8da MyMeta - App Drawer (#234)
* MyMeta - App Drawer

* MyMeta - App Drawer - help (#242)

* update nextjs @10.0.3

* Use next image component for main app drawer icons

* change links

* backdrop to close drawer

* Links

* typecheck

* Removed py for page header

Co-authored-by: The Lone Rōnin <log2n@protonmail.com>

* Framer Motion Integration

* Removed drawer transparency

* Fix disappeared Login component

* remove unnecessary pointerevent thing (thanks to display=none)

* Fix ticker display

* Added guilds

Co-authored-by: Pacien Boisson <pakokrew@users.noreply.github.com>
Co-authored-by: Pacien Boisson <pakokrew@gmail.com>
2020-12-21 16:13:09 +01:00
..
2020-12-21 16:13:09 +01:00
2020-12-14 15:12:29 -07:00
2020-12-21 16:13:09 +01:00
2020-12-21 16:13:09 +01:00
2020-12-21 16:13:09 +01:00
2020-12-21 16:13:09 +01:00

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)