/hackertracker-info

Primary LanguageTypeScriptMIT LicenseMIT

info.defcon.org

Next.js Application (./app)

Install Dependancies

    npm install

Start Development Server

    npm run dev

Production Static Export

    npm run export

Command build static html to a generated out directory

deploying static-only docs

Export Static HackerTracker Data (./ht-export)

Install Dependancies

    npm install

Export Static Data

    npm run export

Fetches data from Firebase and exports static json files to a generated out directory

Misc

Developed with Next.js and styled with Tailwind CSS + daisyUI.