This is a Voz Image Crawler Project using NextJS.
# Install dependencies
$ yarn install
# Run the project
$ yarn dev
# Build the project
$ yarn build
# Run the project in production
$ yarn start
# Reset your database
$ npx prisma migrate reset