readme: mention locales on local

This commit is contained in:
Andrea Vos 2025-05-07 09:33:44 +02:00
parent d0d017126b
commit 7f58037113

View File

@ -53,6 +53,8 @@ $ make deploy
$ ./run-wrapper.sh start
```
Particular locales will be available under `http://<locale>.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.