This is a T3 Stack project bootstrapped with
create-t3-app.
- Next.js as the base framework
- Tailwind CSS for styling
- TypeScript for tying everything together and bring type safety
- Biome.js for managing linting and formatting
- Bun for managing the project's dependencies
This project was carefully documented using the Code Tour extension for VSCode, I highly recomend using it to learn more about the decisions made in the project.
For more information about this handy extension, check their
documentation
on how to setup and use it.

First add the required environment variables to the .env file in the root of
the project:
FEED_URL="https://stoplight.io/mocks/engine/fullstack-spec/52502230/content"Then, run the following commands:
# First, you need to install the dependencies:
bun install
# Then, you can run the development server:
bun dev
# That's it! The project is running at http://localhost:3000Follow one of the deployment guides for Vercel, Netlify and Docker for more information.