This is a Next.js project bootstrapped with create-next-app
that clones the discord profile card.
You need to type this to install your dependencies
npm install --legacy-peer-deps
First create a new file with .env.local
name, and copy example.env
contents to it.
If you want to, you can update the values.
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
You need to change the install settings
npm install --legacy-peer-deps