TROPICAL-IA is an asynchronous algorithm training and forecasting platform supported by a RESTful API.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can also run the application in a docker container.
docker build -t tropicalia-frontend .
docker run -p 3000:3000 tropicalia-frontend