MushNews is a crypto news aggregator for Bitcoin and cryptocurrency.
- Framework: Next.js 15.0
- Language: TypeScript
- Styling: Tailwind CSS
- Package Manager: Bun
First, make sure you have Bun installed:
# Install Bun globally
curl -fsSL https://bun.sh/install | bash
Then, install dependencies:
bun install
Run the development server:
bun dev
Open http://localhost:3000 with your browser to see the result.