Skip to content

The NextJS server that powers the dashboard of mcstatus.io.

Notifications You must be signed in to change notification settings

mcstatus-io/dashboard

Repository files navigation

Dashboard

This is the source code for the dashboard subdomain of the mcstatus.io website. If you are looking for the main website source code, visit the mcstatus-io/website repository instead.

Requirements

Getting Started

# 1. Clone the repository (or download from this page)
$ git clone https://github.com/mcstatus-io/dashboard.git

# 2. Move the working directory into the cloned repository
$ cd dashboard

# 3. Install all required dependencies
$ npm install

# 4. Copy the `.env` file in the `src` folder to `.env.local` and modify details as needed
$ cp src/.env src/.env.local

# 5. Start the development server
$ npm run dev

# 6. Navigate to http://localhost:3000

Copyright

© 2023 Jacob Gunther

About

The NextJS server that powers the dashboard of mcstatus.io.

Resources

Stars

Watchers

Forks