Skip to content

mitchdowney/meme-archives-web

 
 

Repository files navigation

meme-archives-web

Searchable meme gallery website. Supports image, gif, and video. Simple admin tools for uploading and tagging media.

Prerequisites

  • Node.js (use the version specified in .nvmrc)
  • Docker
  • meme-archives-ops
  • meme-archives-api
  • AWS S3

Env vars

See the .env.example file for more information on required environment variables.

Setup

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.2%
  • CSS 8.0%
  • HTML 5.7%
  • Other 0.1%