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 install
or
yarn
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
docker build -f Dockerfile.dev -t isee4xai/cockpit:dev .
docker-compose --file docker-compose.dev.yml up -d --build
docker build -f Dockerfile.prod -t isee4xai/cockpit:prod .
docker-compose --file docker-compose.prod.yml up -d --build