We just registered to npmjs.com! @fydemy/ui
@fydemy/ui

Contribute

How to contribute to this UI library

Folder structure

cli.ts
index.tsx
index.css
index.css

Clone

Clone the actual repo at our respective repository. We are using npm for the runtime manager. If you are following the global install the command is fydemy-ui depending on the package.json.

"bin": {
    "fydemy-ui": "dist/cli.js"
},
git clone https://github.com/ui.git
cd ui && npm i --legacy-peer-deps # to install the defined library versions

Run

npm i --legacy-peer-deps && npm run dev # cli folder
pnpm i && pnpm run dev # ui folder