Skip to content

zApp for managing and interacting with DAOs via the zDAO protocol.

Notifications You must be signed in to change notification settings

zer0-os/zApp-DAOs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a864055 · Nov 7, 2024
Oct 7, 2022
Dec 8, 2023
Sep 30, 2023
Dec 8, 2023
Sep 7, 2023
Dec 8, 2023
Nov 7, 2024
Dec 8, 2023
Sep 19, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Nov 2, 2022
May 1, 2023
Oct 15, 2022
May 1, 2023
Sep 8, 2023
Sep 28, 2023
Sep 7, 2023
Dec 8, 2023
Sep 7, 2023
Nov 7, 2024
Nov 7, 2024
Sep 19, 2023
Sep 7, 2023
Dec 8, 2023

Repository files navigation

zApp DAOs

Running locally

This app is designed to be hosted in an app container (such as zOS). However, it can be run locally for better DX.

npm run dev

Building for production (JS bundle)

This will give you the final bundle to be used in the app container, e.g. <DaosApp />.

npm run build

Building for isolated hosting (HTML bundle)

This is a hosted version of the isolated development environment.

vite build --config ./dev-environment/vite.config.ts