A Node.js server (powered by Express.js) to upload an image to our CDN, BunnyCDN.
- Clone the repository.
- Use newest yarn version, can be achieved by doing
yarn set version berry - Run
yarn install - Run
yarn dlx @yarnpkg/sdks vscodefor TypeScript things on the Visual Studio Code - Rename
.env.exampleto.env - Replace the
.envkey with your own key, and also the server port as well. - Then, run
yarn start
MIT