Neutree UI
May 6, 2025 ยท View on GitHub
Installation
To install all dependencies, run:
yarn
Development
Start the development server:
yarn dev
Building
Build the project for production:
yarn build
Testing
Run tests:
yarn test
Linting
Lint your code:
yarn lint