Follow these steps to clone the repository and start the development server:
npm install- Create a
.env.localfile by copying the example environment file:cp env.example.txt .env.local - Add the required environment variables to the
.env.localfile. npm run dev
You should now be able to access the application at http://localhost:3000.