Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oyeins-gui/opengov
A decentralized funding network for projects on stacks blockchain
https://github.com/oyeins-gui/opengov
eslint react react-hook-form redux-toolkit stacks stacks-js typescript
Last synced: about 1 month ago
JSON representation
A decentralized funding network for projects on stacks blockchain
- Host: GitHub
- URL: https://github.com/oyeins-gui/opengov
- Owner: Oyeins-GUI
- License: gpl-3.0
- Created: 2024-01-14T22:02:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T00:50:34.000Z (9 months ago)
- Last Synced: 2024-03-21T00:37:00.575Z (9 months ago)
- Topics: eslint, react, react-hook-form, redux-toolkit, stacks, stacks-js, typescript
- Language: TypeScript
- Homepage: https://open-gov.vercel.app
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opengov
### Setup locally
```
git clone https://github.com/Oyeins-GUI/opengov.git
cd opengov
```#### Setup frontend
```
cd frontend
- npm
npm install
- yarn
yarn addnpm run dev
```#### Setup contract
```
cd contract
- npm
npm install
- yarn
yarn add
```