Skip to content

mush-support/mush-news

Repository files navigation

MushNews - Crypto News Aggregator


MushNews is a crypto news aggregator for Bitcoin and cryptocurrency.


image


Tech Stack

  • Framework: Next.js 15.0
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Package Manager: Bun

Getting Started

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.