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 vscode
for TypeScript things on the Visual Studio Code - Rename
.env.example
to.env
- Replace the
.env
key with your own key, and also the server port as well. - Then, run
yarn start
MIT