Skip to content

sevenlabsxyz/hack4freedom

Repository files navigation

Hack4Freedom.com

A single-page marketing website for Hack4Freedom, a women-only freedom-tech hackathon focused on Bitcoin and open-source.

Tech Stack

  • Next.js 14+ (App Router)
  • React 18
  • TypeScript
  • Tailwind CSS
  • DM Mono (Google Fonts)

Getting Started

Prerequisites

  • Node.js 18+ and npm (or yarn/pnpm)

Installation

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Build for Production

npm run build
npm start