popov-vladimir / apps-ng

Yet another UI for Phala Network.

Home Page:https://app.phala.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental Apps for Phala Network

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.

About

Yet another UI for Phala Network.

https://app.phala.network

License:Apache License 2.0


Languages

Language:JavaScript 66.9%Language:TypeScript 32.0%Language:HTML 1.1%