Skip to content

junctor/hackertracker-web

Repository files navigation

HackerTracker Web

HackerTracker Web is the web-based interface for the HackerTracker mobile applications. For mobile versions, check out the Android and iOS repositories.

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (version 14 or later)
  • npm (version 6 or later)

Installation

To install the necessary dependencies, run:

npm install

Running the Development Server

Start the development server with:

npm run dev

This will launch the server on `localhost:3000` by default.

Building for Production

To build and export the site as static HTML for production, use:

npm run export

The static HTML files will be generated in the `docs` directory. For more details, see the Next.js static export documentation.

Deployment

For information on deploying a static-only Next.js application, refer to the official Next.js deployment guide.

Usage

After setting up the development environment, you can access the web interface at localhost:3000. Use the navigation menu to explore different sections such as events, schedules, and more.

Technologies Used

Contributors

Meet the HackerTracker Team: