Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.95 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.95 KB

🐶 Shooting Stars Meme Generator

Version Issues License: MIT

Shootings Star Meme Generator

Shooting Stars Meme Generator using CSS animations, use your own images and have fun !

Table of contents

Demo

You can see and use a live version of the service here : https://shooting-stars.tekrop.fr/. If you want to use the service, and you have the possibility to host your own instance, please do it (at least for production environment), in order to not overload the live version i'm hosting.

💽 Installation

npm install
node server.js

🐋 Docker

Compose

docker compose up -d

Classic

docker build . -t tekrop/shooting-stars-meme-generator:latest
docker run -d \
	--name shooting-stars-meme-generator \
	-p 80:9595 \
	--volume /local_path_to_uploads:/code/public/uploads \
	tekrop/shooting-stars-meme-generator

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

📝 License

Copyright © 2017-2022 Valentin PORCHET.

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator