Demo deploys on trello.malcolmpro.com or trello-malcolm.vercel.app, powered by Vercel.
Node version 18.x.x
git clone https://github.com/Malcolm-Ma/trello-malcolm.git
npm i
Open http://localhost:3000 with your browser to see the result.
You can find the .env.example
file in the root directory of the project. You can copy the file and rename it to .env
and fill in the environment variables.
Add MySQL Database (I used PlanetScale)
npx prisma generate
npx prisma db push
npm run dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.