From 7f58037113c987658ed58d5eded3aa0a23ad402d Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Wed, 7 May 2025 09:33:44 +0200 Subject: [PATCH] readme: mention locales on local --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06f9af3f4..cd50e4fab 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ $ make deploy $ ./run-wrapper.sh start ``` +Particular locales will be available under `http://.localhost:3000/`, eg. `http://en.localhost:3000/` for English. + ### Building a development server bundle If you need to build a server bundle you can run without having to use the Nuxt dev server, set `APP_ENV` to `development` when running `pnpm build`. This will keep any development-specific features enabled.