Skip to content

scarletbright/apps-ng

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.9%
  • TypeScript 32.0%
  • HTML 1.1%