Skip to content

adrien-guesnel/lite-cdn

Repository files navigation

lite-cdn

A lite webserver to transform JPEG, PNG, WebP, GIF, AVIF, TIFF and SVG images into WebP images and save them locally. We can access to these images later like a CDN.

Installation

nvm use
pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Using

You can use Docker image available on Docker Hub to use this service.

Contributing

Pull requests are welcome. Please open an issue first to discuss what you would like to change.

License

Lite cdn is MIT licensed.

About

A lite CDN to save and serve images

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors