pnpm i
- Fill in the environment variables in the
.env
file, refer to the.env.example
file for the required variables. You'll need to create a CDP API key fill it on the.env
file.
Start the Express Server
pnpm run dev
Build the project
pnpm run build
Start the Express Server
pnpm start
- Install Vercel client:
npm i -g vercel
- Login on your terminal by running the command:
vercel login
and use the browser to login. - Then, on the project folder, run
vercel --prod
to deploy it and it will be deployed after a few seconds. You'll be asked for a few configs the first time, you can use the default ones.