WARNING: We use yarn now. It's now
yarninstead ofnpm installyarn add <package>instead ofnpm install <package>yarn --frozen-lockfileinstead ofnpm ci(sometimes it may be necessary to nukenode_modulestoo)- Running scripts works in the same way
isaac-react-app is the front end interface for the Isaac Computer Science projects. Together with isaac-api, it forms the core stack of the Isaac platform.
The web interface is a React app, served by nginx in Docker. The front-end application was initially generated from create-react-app.