QubicMetrics is a web application that provides historical insights and analytics for the Qubic ecosystem. The platform visualizes key metrics and statistics from the Qubic network.
- Historical data visualization of key Qubic metrics
- Open source contribution statistics
- Interactive dashboards and charts
- Real-time data updates
- React 18 with TypeScript
- Vite for build tooling and development
- Tailwind CSS for styling
- Shadcn/ui for UI components
- Jotai for state management
- Node.js (v20 or higher recommended)
- A Qubic Metrics API token. Get one here
- Clone the repository
- Copy the environment variables template:
cp .env.example .env
- Edit
.env
and add your Qubic Metrics API token
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
The application will be available at http://localhost:5173
Contributions are welcome! Please feel free to submit a Pull Request.
MIT.