pnpm i- Fill in the environment variables in the
.envfile, refer to the.env.examplefile for the required variables. - Create a CDP API key and save it as
cdp_api_key.jsonin the root of the repository, refer to cdp_api_key.example.json.
Start the Express Server
pnpm run devBuild the project
pnpm run buildStart the Express Server
pnpm start