Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 631 Bytes

EthnoLib

This is a small collection of browser components for language apps. Each is published to its own npm package.

Warning

This project is currently under development and not ready for public use.

About the monorepo

EthnoLib is a monorepo using nx.

We recommend installing nx globally. npm i -g nx

But if you don't, you can just prefix all the commands with npx

Nx caches builds for efficiency. If at any point you need to clear your local cache, run nx reset

Language Picker

See language-picker/README.md