Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.28 KB

jao Minecraft Server

jao Minecraft Server Official Website.

ci twitter chat

🚀 Setup

Make sure to install the dependencies:

npm install

🛠 Develop

Start the development server on http://localhost:3000

npm run dev

🏗 Build

Build the application for production:

npm run build

Locally preview production build:

npm run preview