A single-page marketing website for Hack4Freedom, a women-only freedom-tech hackathon focused on Bitcoin and open-source.
- Next.js 14+ (App Router)
- React 18
- TypeScript
- Tailwind CSS
- DM Mono (Google Fonts)
- Node.js 18+ and npm (or yarn/pnpm)
- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
npm run build
npm start