mirror of
https://github.com/101island/lolisland.us.git
synced 2026-03-01 03:49:42 +08:00
feature/chat
lolisland.us
English | 简体中文
Build and Develop
git clone https://github.com/101island/lolisland.us
cd lolisland.us
Switch to dev branch
git checkout dev
Install dependencies
bun install
Develop
bun dev
Build
bun run build
Chat Notes
Chat APIs are served by loliscore (api.lolisland.us).
This frontend calls backend routes directly for messages and images.
Release Instructions
- Submit code to the
devbranch.
git pull
git commit -m "your commit message"
git push origin dev
After submission, you can view the commit effect on the dev branch at dev.lolisland.pages.dev.
-
After confirming everything is fine, create a Pull Request to merge into the
mainbranch. -
Please use a normal merge (Merge Commit) for merging branches, not a squash merge.
Languages
Astro
65.3%
TypeScript
34.4%
JavaScript
0.3%