Model Frontend Installation cd frontend to go into the project root yarn to install the website's dependencies Development yarn dev # and open http://localhost:3000 in your browser Run with SSR yarn build yarn start