Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

README.md

File metadata and controls

23 lines (16 loc) · 1 KB

Canistergeek UI

This repo is a modified version of Canistergeek Demo UI. This repo is a sample frontend application that utilizes canistergeek-js to create a Logs & Metrics dashboard for Origyn NFT.

canistergeek-js should be used together with Canistergeek-Motoko - open-source library for Internet Computer to track your project canisters cycles and memory status.

Running the project locally

If you want to test your project locally, you can start a development server with:

# Install all dependencies
npm install
# Build
npm run build
# Start local server on port 3001
npm run start
# If you get webpack-cli error run the following then do the npm run start
npm install --save-dev webpack-cli

Which will start a server at http://localhost:3001, proxying API requests to the replica at port 8000.