Calvin-LL / hackertracker-info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 97.7%Language:JavaScript 1.5%Language:CSS 0.4%Language:Shell 0.4%