npm i # Install all dependencies
npm run dev # Start development serverMake sure to reuse the same OPVIOUS_TOKEN environment variable you used to
register the model defined in the specification folder so that it can be
picked up by the frontend.
All the optimization-related code is contained in the /solve API
route. It interfaces with the Opvious API using the
TypeScript SDK.