Canistergeek Demo UI is a sample frontend application that utilizes Canistergeek-IC-JS.
Canistergeek-IC-JS should be used together with Canistergeek-IC-Motoko or Canistergeek-IC-Rust - open-source libraries for Internet Computer to track your project canisters cycles and memory status.
If you want to test your project locally, you can start a development server with:
# Install all dependencies
npm install
# Start local server on port 3001
npm run start
Which will start a server at http://localhost:3001
, proxying API requests to the replica at port 8000.
You can try the latest version of Canistergeek Demo UI at https://canistergeek.app