An open API service indexing awesome lists of open source software.

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

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

[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](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 |