DEV Community

Vikas Singh
Vikas Singh

Posted on

How to run a nextjs project after cloning from github

Step 1. Run npm install
Step 2. If you get peer dependency error,
Run npm install --legacy-peer-deps
Step 3. Run npm run build
Step 4. Run npm run dev

Top comments (0)