GIF Horse is currently in active development. Key features being worked on:
- GIF creation from video files
- Frame-by-frame GIF editing
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Second, create a .env
file and add the following variables:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY={ASK_ME_FOR_THIS}
CLERK_SECRET_KEY={ASK_ME_FOR_THIS}
Finally, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
While GIF Horse is currently in development, feedback and contributions are welcome! Feel free to open issues or submit pull requests.
For questions about the project or to request environment variables, please contact:
- Email: [email protected]
- GitHub: a-kennedy-develops