Skip to content

junctor/hackertracker-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

info.defcon.org

Overview

This project is a Next.js application designed to show events and schedules for DEF CON 32. It will be hosted at info.defcon.org.

Table of Contents

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (v14 or later)
  • npm (v6 or later)

Next.js Application (./app)

Install Dependencies

To install the necessary dependencies, run:

npm install

Start Development Server

To start the development server, run:

npm run dev

Production Static Export

To build the project for production and export static HTML, run:

npm run export

This command will build static HTML files into a generated out directory.

For more information, refer to the Next.js documentation on deploying static-only sites.

Export Static HackerTracker Data (./ht-export)

Install Dependencies

To install the necessary dependencies, run:

npm install

Export Static Data

To fetch data from Firebase and export static JSON files, run:

npm run export

The static JSON files will be generated in the out directory.

Firebase API Key

The script requires the Firebase API key to be set as the FIREBASE_API_KEY environment variable. This stops @Advice-Dog from getting alerted every time I leak the key, but you are all hackers and undoubtedly you’ll find it anyway.

HackerTracker Team

Technologies Used

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or fixes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published