A Vite + React + React Router SPA displaying Proof-of-Work mining information for the X1 blockchain. Built with Tailwind CSS and DaisyUI.
bun installCreate a .env file from the example:
cp .env.example .envRun the development server:
bun run devOpen http://localhost:3001 in your browser.
| 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 |
- Build: Vite 7 + TypeScript 5
- UI: React 19 + React Router 7
- Styling: Tailwind CSS 3.4 + DaisyUI 4.12
- Blockchain: Solana Web3.js + @solana/spl-token
- Vite Documentation
- React Documentation
- React Router Documentation
- Tailwind CSS Documentation
- DaisyUI Documentation
Push to the main branch for automatic deployment to Vercel.