Skip to content

cak/hackertracker-info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

info.defcon.org

Next.js Application (./app)

Install Dependancies

    npm install

Start Development Server

    npm run dev

Production Build

    npm run build

Static Export

    npm run export

Command exports static html to a generated out directory

Other

Safe List for Dynamic Event Colors

place in app/tailwind.config.js

jq '.[].type.color' events.json | sort -u | awk '{print "'"'"'bg-["$1"]'"'"',\n'"'"'hover:bg-["$1"]'"'"',"}' | tr -d \"

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.1%
  • JavaScript 2.0%
  • SCSS 1.3%
  • Other 0.6%