Skip to content

ShatterPlayer/FastMeme

Repository files navigation

FastMeme - Real-Time Meme Generator

Licence Netlify

General info

FastMeme is a simple React application which is intended to generate classic memes. It uses service worker in order to work without internet connection.

Get started

To install all necessary dependencies run the following command:

npm install

To run development server use the command:

npm run dev

Unit tests are run through:

npm run test

or

npm run test/watch-mode

Production build is created via:

npm run build

Note: Project requires installation of the node.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.