Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 796 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 796 Bytes

PyGrid UI

The PyGrid UI is the user interface that allows data owners to manage their deployed PyGrid domains and networks.

Installation

cd <pysyft-root>/packages/grid/frontend
pnpm install

You can use other package managers such as yarn or npm.

Developing

Once you've installed the project and all dependencies, start a development server:

pnpm dev

Add the host flag to expose the dev server and the port flag to specify a port:

pnpm dev --host --port=4200

Building

We use Vite with the svelte-kit plugin. Vite exports to ./out.

You can preview the production build with npm run preview.

pnpm build

Testing

Our tests use Playwright.

pnpm test