Lead Maintainer: Brian Faust
To download, head over to here and download Node 16.
Due to a bug in the V8 JavaScript Engine that effects NodeJS version 16.10.x and above we recommend installing version 16.9.x
If you already have npm installed, you can run
npm install -g n
sudo n 16.9
Install the pnpm dependency manager
npm install -g pnpm
List of commands
# Install dependencies
pnpm install
# Execute the application. Making changes in the code, updates the application (hot reloading).
pnpm dev
# Runs linter and applies code formatting
pnpm format
# Runs linter over the files
pnpm lint
# Try to automatically fix lint errors
pnpm lint
# Try to automatically fix lint errors
pnpm prettier
# Builds the production code for the react application
pnpm build
# Run the default test switch in default watch mode
pnpm test
# Run unit tests and generate and display the coverage report
pnpm test:coverage
If you discover a security vulnerability within this package, please send an e-mail to security@ardenthq.com. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.