https://github.com/ilib-js/docs
SW Internationalization & Localization document with iLib-js/ project
https://github.com/ilib-js/docs
documentation-website internationalization
Last synced: 4 months ago
JSON representation
SW Internationalization & Localization document with iLib-js/ project
- Host: GitHub
- URL: https://github.com/ilib-js/docs
- Owner: iLib-js
- License: mit
- Created: 2019-10-17T05:06:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T01:52:24.000Z (over 3 years ago)
- Last Synced: 2025-09-07T18:48:35.620Z (10 months ago)
- Topics: documentation-website, internationalization
- Language: JavaScript
- Homepage:
- Size: 20.9 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# i18n-l10n-documentation
SW Internationalization & Localization document with iLib-js/ project
## 🚀 Quickstart
Get started by running the following commands:
```
$ git clone git@github.com:iLib-js/docs.git
$ cd docs
$ npm install
$ npm start
```
Visit `http://localhost:8000/` to view the app.
## ☁️ Deploy
Deploy to `https://ilib-js.github.io/docs/`
```
$ npm run deploy
```