This repository contains the source code for Arknights (明日方舟), built with Vue.js. It aims to provide a web-based interface for the Arknights game.
- 🎱 Home page with parallax effect
- 🎵 Bgm and character voice
You can see a live demo of the project at arknights.lxchapu.com.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/lxchapu/arknights.git
- Navigate to the project directory:
cd arknights
- Install the dependencies:
pnpm install
To start the development server, run the following command:
pnpm dev
This will start the development server at http://localhost:8080
.
Contributions are welcome! If you find any issues or have suggestions, please open an issue or submit a pull request.
This project is licensed under the MIT License. Enjoy!