Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Frontend application

Useful commands

npm i # Install all dependencies
npm run dev # Start development server

Make 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.

Relevant sources

All the optimization-related code is contained in the /solve API route. It interfaces with the Opvious API using the TypeScript SDK.