Open huacnlee opened 10 months ago
Add to support multiple language, current added en and zh.
en
zh
Switch to use Bun for frontend development and build.
I am sorry to do this, the exists pnpm version is too old, it hard to install, so just changed it. If you don't want accept this, I can revert it.
Add make dev command to build WASM and startup Vite dev server.
make dev
The updates for CI are work will, see:
Demo:
https://huacnlee.github.io/timeless-jewels/
The new frontend dev way:
Install Bun
curl -fsSL https://bun.sh/install | bash
Run dev:
cd frontend bun run dev
Add to support multiple language, current added
en
andzh
.Switch to use Bun for frontend development and build.
Add
make dev
command to build WASM and startup Vite dev server.The updates for CI are work will, see:
Demo:
https://huacnlee.github.io/timeless-jewels/
The new frontend dev way:
Install Bun
Run dev: