/gov-app

Tool to create proposals that follow the Nation3 DAO governance spec

Primary LanguageTypeScript

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Note: There seems to be some issue running this on Node 18, so please use another Node version or feel free to debug the issue/send a PR.

Integration Testing

Run the integration tests:

yarn cypress

Run the integration tests headlessly:

yarn cypress:headless