From ffff3490af4ff61784cfaf2f19d8fb218a515f94 Mon Sep 17 00:00:00 2001 From: Kechicode <186776112+Kechicode@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:26:22 +0000 Subject: [PATCH] fix: add i18n command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1efe6b2ba7..e3d7695d8f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - Install dependencies: `npm i` - Environment variables: `cp .env.local.example .env.local` - Run `npm run gen:type` +- Run `npm run i18n` - Run `npm run dev`, then go to `http://localhost:3000/` ### Build and run production server