This is a Airlink Panel built using Next.js. The app is designed to efficiently manage game servers, providing an intuitive and user-friendly interface.
Please note that Airlink Panel is still under development.
We welcome contributions from the community! If you'd like to contribute, please follow the steps below:
- Fork this repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a Pull Request.
To get started with the app, follow these steps:
- Clone the repository:
git clone https://github.com/airlinklabs/panel-next-js
- Navigate to the project directory:
cd panel-next-js
- Install dependencies:
npm install
- Seed the database:
npm run seed
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
to view the app.
- Build the project:
npm run build
- Start the production server:
npm start
- Your app will be running on
http://localhost:3000
.