This is a web app that allows users to interact with the Manifest Network and its various modules.
For more information on the Manifest Network and its modules, please visit the Manifest Network GitHub.
-
Clone the repository
git clone hptts://github.com/chalabi2/manifest-app
cd manifest-app
-
Install dependencies
bun install
-
Start the server
bun run dev
-
Navigate to
http://localhost:3000
in your browser
-
Build the app
bun run build
-
Start the server
bun run start
-
Navigate to
http://localhost:3000
in your browser