Skip to content

The NextJS server that powers the website for mcstatus.io.

Notifications You must be signed in to change notification settings

mcstatus-io/website

Repository files navigation

Website

This is the source code for the mcstatus.io website. It is built using NextJS and TailwindCSS. This code is currently under copyright, and is not licensed for distribution. If you are looking for the source code of the API, you are in the wrong place. Please visit the mcstatus-io/ping-server repository instead.

Requirements

Getting Started

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

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

# 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

© 2022 Jacob Gunther

About

The NextJS server that powers the website for mcstatus.io.

Resources

Stars

Watchers

Forks