Skip to content

FairCrypto/xenblocks-app

 
 

Repository files navigation

XENBLOCKS Web App

A Vite + React + React Router SPA displaying Proof-of-Work mining information for the X1 blockchain. Built with Tailwind CSS and DaisyUI.

Getting Started

Requires Node.js 18+ and Bun (or npm/yarn).

bun install

Create a .env file from the example:

cp .env.example .env

Run the development server:

bun run dev

Open http://localhost:3001 in your browser.

Scripts

Command Description
bun run dev Start dev server on port 3001
bun run build Type-check and build for production (dist/)
bun run preview Preview production build on port 3001
bun run lint Run ESLint

Tech Stack

Learn More

Deployment

Push to the main branch for automatic deployment to Vercel.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.2%
  • CSS 3.2%
  • HTML 1.3%
  • JavaScript 0.3%