AI in a box 3ap

This project was bootstrapped with Create React App.

In dev branch we'r holding react source, and main branch holds application build outcome. This build gets deployed to gh-pages, using gh-pages library, which creates new build and pushes to main branch. Once there are some changes to main branch, gh-pages automatically deploys new version, as well as netlify, where we'r hosting this app.

Available scripts:

npm start: starting the application npm deploy: creating new build and pushing to main branch, which triggers new deployment

Netlify Status