Install the dependencies with yarn
yarn installThen run the project with the following command
yarn dev # Run in development modeTo use in production mode you need to build and run it with
yarn build # Build the application
yarn start # Run it with the built filesTo use a a static website (eg. when deploying in Netlify) after the production build export it with
yarn export # Statically export the site