Bitcoin Cash Site is an informational website about the cryptocurrency Bitcoin Cash (BCH). Learn how to build with Bitcoin Cash, how to earn, buy, spend, mine and use BCH to enhance your access to prosperity.
🌐 Live Site: bchworks.com
- Modern Stack: Built with Astro 5.18.1 and Tailwind CSS 3.4.19
- Performance: Fast static site generation with optimized images
- Accessibility: WCAG-compliant components and semantic HTML
- SEO Optimized: Proper meta tags, sitemap, and structured data
- Dark/Light Mode: Theme switching with system preference detection
- Responsive Design: Mobile-first approach with responsive layouts
- Type Safety: Full TypeScript support with strict type checking
- Framework: Astro v5.18.1
- Styling: Tailwind CSS v3.4.19
- Icons: Astro Icon with Tabler icons
- Linting: Biome for unified formatting and linting
- Package Manager: pnpm for fast, disk space efficient package management
- Deployment: Cloudflare Pages with automatic builds
- Node.js 18.20.8 or higher (20.x or 22.x recommended)
- pnpm 8.x or higher
# Clone the repository
git clone https://github.com/Panmoni/bchworks.git
cd bitcoincashsite-www
# Install dependencies
pnpm install
# Start development server
pnpm run devpnpm run dev- Start development serverpnpm run build- Build for productionpnpm run preview- Preview production build locallypnpm run check- Run TypeScript and Biome checkspnpm run format- Format code with Biomepnpm run lint- Lint code with Biome
bitcoincashsite-www/
├── src/
│ ├── components/ # Reusable UI components
│ ├── layouts/ # Page layout components
│ ├── pages/ # Page routes and content
│ ├── utils/ # Utility functions and helpers
│ └── assets/ # Images, fonts, and styles
├── public/ # Static assets
└── astro.config.mjs # Astro configuration
We welcome contributions! Please see our Contributing Guidelines for details on how to submit pull requests, report issues, and contribute to the project.
- Built with AstroWind template under the MIT license
- Icons from Tabler Icons
- Fonts from Fontsource
This project is open source and available under the MIT License.