TakeScreenshot.app is a simple app that allows to take screenshots of websites online for free and without any registration.
The project is built with Next.js, shadcn/ui, Drizzle ORM, Tailwind CSS and ScreenshotOne.
To install the dependencies, run the following command:
npm install
And then to start the development server, run the following command:
npm run dev
To build the project, run the following command:
npm run build