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

jaoafa/jaoweb4

Repository files navigation

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