A minimal Express server utilizing the @zerodev/sdk, built with TypeScript.
To get the server running locally:
- Node.js
- npm
- Install the necessary packages:
npm install- Copy the .env.example file to a new file called .env and fill it with your environment variables:
cp .env.example .env- Start the server:
npm run devThe server should now be running at http://localhost:3000 or whatever port you have set in your .env file.