Skip to content

creativeplatform/hive-agent-ui

 
 

Repository files navigation

SwarmZero Agent UI

User Interface that integrates with a SwarmZero Agent.

Join our Discord community for support and discussion.

Getting Started

First, install the dependencies:

npm install

Second, make a copy of the .env.example file, rename it to .env and update the values accordingly.

NOTE: You can retrieve a WalletConnect Project ID from https://walletconnect.com.

Finally, run the development server:

npm run dev

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

Production Deploy

  • npm run build
  • npm start

Learn More

https://swarmzero.ai/

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • CSS 2.2%
  • JavaScript 0.6%