https://github.com/codeandweb/ngx-translate.org
Documentation for ngx-translate
https://github.com/codeandweb/ngx-translate.org
Last synced: 4 months ago
JSON representation
Documentation for ngx-translate
- Host: GitHub
- URL: https://github.com/codeandweb/ngx-translate.org
- Owner: CodeAndWeb
- Created: 2024-10-07T08:39:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-10T13:18:57.000Z (6 months ago)
- Last Synced: 2025-12-10T20:21:25.812Z (6 months ago)
- Language: MDX
- Homepage:
- Size: 7.35 MB
- Stars: 3
- Watchers: 1
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngx-translate.org - Documentation for @codeandweb/ngx-translate
Welcome to the documentation for **ngx-translate** and the **@codeandweb/ngx-translate** fork.
If you encounter any bugs or have suggestions for improving the documentation, feel free to contribute by submitting a pull request.
And yesβI'm using **Starlight** and **React** to document an **Angular** library... so what? π
## π Website
For more detailed information, check out the [ngx-translate website](https://ngx-translate.org).
## π§ Commands
[](https://starlight.astro.build)
Below are the essential commands you'll need for working with this project. All commands are run from the root of the project in a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts a local dev server at `localhost:4321` |
| `npm run build` | Builds your production site to `./dist/` |
| `npm run preview` | Previews your build locally before deploying |
| `npm run astro ...` | Runs CLI commands like `astro add`, `astro check`|
| `npm run astro -- --help` | Displays help for using the Astro CLI |