Skip to content

TeKrop/shooting-stars-meme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿถ 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