To install dependencies:
yarn install
To start a development server:
APP_PHALA_URL=dp.phala.network yarn dev
To build a production release:
APP_PHALA_URL=dp.phala.network yarn build
To start a production server with the release built:
yarn start
To export the production release built for static deployment:
yarn workspace @phala/app exec next export
And the output should be found in packages/app/out
.