Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.42 KB

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