Files
TheGame/packages/web
vanmoortel 17fde6510a Hotfix/hide unused sections (#183)
* Remove true in text and hide read more if less than 115 characters

* Hide view all/less if not more than 3 fake data

* Hide view all/less if not more than 3 fake data

* Hide unused sections, gallery and achievements
2020-11-26 18:08:40 -07:00
..
2020-11-13 10:48:21 -07:00
2020-11-06 17:58:00 +01:00
2020-10-23 11:03:31 -06:00
2020-11-26 18:08:40 -07:00
2020-10-12 10:56:55 -06:00
2020-11-06 17:58:00 +01:00
2020-10-11 11:33:16 -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)