Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.2 KB

Meme Studio

The Meme Studio is designed to be insanely fast and provide powerful customization for your memes, while still being simple and easy to use.

A list of memes is provided by default but you can also import your own image.

You have the option of downloading your personalized meme to your device or sharing it directly on your Twitter account. I do not save your meme in our database, so make sure you export your work.

Website : meme-studio.io

Langs available (for now) :

  • Français
  • English

What I use:

Contributing

Any contributions and/or pull requests would be welcome.

Installing from source

  1. Clone the repository: git clone https://github.com/viclafouch/meme-studio.git
  2. Install the npm dependencies npm install
  3. Start server: npm run dev

Release

  1. With vercel: npx vercel --prod