Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 520 Bytes

File metadata and controls

14 lines (12 loc) · 520 Bytes

cdev-cdn

A Node.js server (powered by Express.js) to upload an image to our CDN, BunnyCDN.

Installation

  1. Clone the repository.
  2. Use newest yarn version, can be achieved by doing yarn set version berry
  3. Run yarn install
  4. Run yarn dlx @yarnpkg/sdks vscode for TypeScript things on the Visual Studio Code
  5. Rename .env.example to .env
  6. Replace the .env key with your own key, and also the server port as well.
  7. Then, run yarn start

LICENSE

MIT