diff --git a/website/src/data/showcase/lerna.png b/website/src/data/showcase/lerna.png new file mode 100644 index 0000000000..263d66f043 Binary files /dev/null and b/website/src/data/showcase/lerna.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 3c74778c60..a51c0e7a4c 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1142,6 +1142,15 @@ const Users: User[] = [ source: 'https://github.com/leon-ai/docs.getleon.ai', tags: ['opensource', 'versioning', 'i18n'], }, + { + title: 'Lerna', + description: + 'A fast modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.', + preview: require('./showcase/lerna.png'), + website: 'https://lerna.js.org', + source: 'https://github.com/lerna/lerna/tree/main/website', + tags: ['opensource'], + }, { title: 'Liqvid', description: 'Interactive videos in React',