Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 558 Bytes

File metadata and controls

19 lines (12 loc) · 558 Bytes

lessify-react-i18next

This library is library for integration of your React and react-i18next project with Lessify.

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