This is a Next.js project bootstrapped with create-next-app.
Create a copy of .env.example and create your own environment variable.
For now, you only need to put the base url in there with plans for more in the future.
After cloning the repository, don't forget to run npm install to get the required dependencies.
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.