Start the development server by running yarn dev or npm run dev. The project supports using .env. Getting started by create a .env file with the above variables.
you will also need a mongodb instance
In production, it is recommended to set the environment variables using the options provided by your cloud/hosting providers. Do not use or commit .env.
After building using yarn build, simply start the server using yarn start.