You’ll need to have Node 10.16.0 or later version on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.
- Clone project.
- Run
npm ci
in project root directory to install dependencies. - Rename .env.development to .env
- Start project in development mode using
npm run dev
. This command will open browser automatically.
-
Code linting with
npm run lint
-
Building project and make it ready for deployment with
npm run build
.
- Set fields, data types for nodes and context menu functions in main-configs.tsx file.