The iSee Cockpit serves as a user-friendly, web-based dashboard that allows both design users and end users to seamlessly interact with the iSee Platform. This intuitive tool is currently in development as an integral component of the larger iSee project.
Create a fork from the iSee Repo
Clone the forked repo
Install node_modules:
npm installor
yarnnpm startnpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm testdocker build -f Dockerfile.dev -t isee4xai/cockpit:dev .
docker-compose --file docker-compose.dev.yml up -d --builddocker build -f Dockerfile.prod -t isee4xai/cockpit:prod .docker-compose --file docker-compose.prod.yml up -d --build







