Files
TheGame/packages/metamaps
Hammad Jutt 51089ae49e Use exact versions in package.json files
Since Dependabot is updating packages for us, we should only use exact version numbers to be explicit
for what version we are on and reduce chances of having incorrect versions installed
2021-01-29 13:04:49 -07:00
..
2020-08-06 15:04:47 -06:00
2020-08-06 15:04:47 -06:00
2020-08-06 15:04:47 -06:00
2020-08-06 15:04:47 -06:00
2020-08-06 15:04:47 -06:00
2020-08-06 15:04:47 -06:00
2020-08-06 15:04:47 -06:00
2020-08-06 15:04:47 -06:00

MetaMaps 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)