Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.31 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.31 KB

Sarcastify - Meme Factory

Netlify Status

Introduction

Sarcastify - Meme Factory is a fun web application that turns text into hilarious, sarcastic memes instantly.

Setup Instructions

Prerequisites

Make sure you have Node.js installed on your system.

Getting Started

  1. Clone this repository.

    git clone https://github.com/your-username/sarcastify.git
  2. Navigate to the project directory.

    cd sarcastify
  3. Install dependencies.

    yarn

Development

To start the development server:

yarn dev

This will launch the application on localhost:3000, allowing you to make changes and see them in real-time.

Building the Project

To generate a production build:

yarn build

This will create an optimized build of the application.

Deployment

To deploy the application:

yarn deploy

This command will handle the deployment process.

Contributions

We welcome contributions! Feel free to submit issues or pull requests to help improve Sarcastify - Meme Factory.

License

This project is licensed under the MIT License.