Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 461 Bytes

memebank

Memebank is a personal online database and social media platform that allows users to store, sort, and share links to their favorite memes.

Getting Started

 git clone https://github.com/aherco/memebank.git
 npm install
 npm start

Build

Build optimized application in /build folder for production

 npm run build
 npm install -g serve
 serve -s build

Memebank API