Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 825 Bytes

README.md

File metadata and controls

53 lines (44 loc) · 825 Bytes

Messenger-Clone-with-Next-13

Proyect deployed https://messenger-clone-next-js-13.vercel.app/

Tools

  • NextJs 13
    • Next-auth
    • Next-cloudinary
    • Next-superjson-plugin
  • React js
    • React-hook-form
    • React-hot-toast
    • React-icons
    • React-select
    • React-spinners
    • Zustand
  • Typescript
  • Tailwindcss
  • PrismaJs
  • Pusher
  • MongoDb
  • Cloudinary
  • Other
    • axios
    • clsx
    • data-fns

Step to use this proyect

If you want to use this proyect do this:

  1. Clone repository
git clone https://github.com/EdwardMelendezM/Messenger-Clone-Next.js-13.git
  1. Create .env
touch .env
  1. Copy all content of .env.local to .env
  2. Put your custom dependencies
  3. Install dependecies
npm install
  1. Start development
npm run dev