CyberFlameGO / websitee

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

Home Page:https://mcstatus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://mcstatus.io


Languages

Language:JavaScript 97.1%Language:Sass 2.9%