https://github.com/lessify/lessify-react-i18next
https://github.com/lessify/lessify-react-i18next
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lessify/lessify-react-i18next
- Owner: Lessify
- License: mit
- Created: 2020-05-13T18:25:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T21:48:39.000Z (over 1 year ago)
- Last Synced: 2025-06-04T17:17:30.829Z (8 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lessify-react-i18next
This library is library for integration of your React and `react-i18next` project with [Lessify](https://lessify.io/).
# Integration
## Testing
In your project, link the `@lessify/react-i18next` we just built:
``npm link $PATH_TO_PROJECT``
Replace **$PATH_TO_PROJECT** with the path to the `@lessify/react-i18next` project’s root.
Note that users will install instead of linking, this is just to iterate faster locally while developing.
## NPM Publish
`npm init --scope=lessify`
`npm run build`
`npm publish --access public`