This NextJS application is a learning experience for me and a terrible financial decision, lol. This document will walk you through the project, features, and setup instructions.
- Upload and process GIF files to reverse their playback.
- Use FFmpeg WASM to preform video processing locally in the browser.
- Easy to use UI
- Preview your reversed GIF in realtime
Before you embark on the ReverseGIF.com Next.js web app adventure, let's make sure you have the following prerequisites covered:
- Node.js (version 12 or higher) 📦
- Yarn or NPM 📥
To set up the ReverseGIF.com Next.js web app on your local machine, follow these GIFtastic steps:
- Clone the repository:
git clone [email protected]:abevalle/reversegif.com.git
- Navigate to the project directory:
cd reversegif.com
- Install the project dependencies:
yarn install
- Build the project:
yarn build
- Start the development server:
yarn dev
Open your web browser and visit http://localhost:3000 to embark on your reversegIF journey! 🚀🌐