Files
TheGame/packages/web
Luxumbra 5f8d6429d8 Feature/550 personality type styles (#628)
* Gradients, colours & Icons added as per Figma

* forgot to remove `SVG` from the ds import

* formatting improvements

* Added in the correct colour value for courage
removed the quotes and added correct font (mono) for the type title

* Tweak to the white type to be moar white.

* responses to feedback from @dysbulic
2021-06-13 23:57:34 -06:00
..
2021-05-01 12:46:48 +05:30
2021-05-01 12:46:48 +05:30
2021-06-13 23:57:34 -06: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)