Searchable meme gallery website. Supports image, gif, and video. Simple admin tools for uploading and tagging media.
- Node.js (use the version specified in
.nvmrc
) - Docker
- meme-archives-ops
- meme-archives-api
- AWS S3
See the .env.example
file for more information on required environment variables.
Install dependencies:
npm install
Build the project:
npm run build
Run the app for local development:
npm run dev
Run the app for local development with a file watcher:
npm run dev:watch