https://github.com/byteball/obyte-governance-ui
https://github.com/byteball/obyte-governance-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/byteball/obyte-governance-ui
- Owner: byteball
- Created: 2024-08-30T11:47:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T11:12:37.000Z (about 1 year ago)
- Last Synced: 2025-04-14T14:17:23.898Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://obyte-governance-ui.vercel.app
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obyte governance
## Getting Started
1. Create a `.env` file in the project root directory.
2. Add the following line to the `.env` file: ``NEXT_PUBLIC_TESTNET=true``
Second, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.