First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To build the project:
yarn build
To deploy the project (assuming you have the necessary permissions):
yarn deploy-dev (to deploy to the dev environment at: dev.monacoprotocol.xyz)
# or
yarn deploy-prod (to deploy to the prod environment at: www.monacoprotocol.xyz)
Be aware that deploying will overwrite any existing files in the target environment.