Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 626 Bytes

This is a Voz Image Crawler Project using NextJS.

Screenshot

image image

Some commands

# 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

References

NextJS-Pinterest-Clone