Skip to content

edificeio/edifice-ui

Repository files navigation

Edifice UI

Edifice React Monorepo with React Components, Editor and Icons Library

Prerequisites

  • pnpm: >= 7 | 8
  • node: >= 16 | 18

Getting Started

pnpm install

Build

pnpm run build

Eslint Lint

pnpm run lint

Eslint Fix

pnpm run fix

Prettier

pnpm run format

Push Force

git push --force is not recommended!

After a git history rewrite due to a git push --force, the git tags and notes referencing the commits that were rewritten are lost.

If it happens, read this troubleshooting section: Troubleshooting