Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 906 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 906 Bytes

Memerator Nuxt

This repository houses the source code for the Memerator website (and eventually API). It is a rewrite of the original, closed source Memerator.me website, rewritten in Nuxt.js and made open source for the community.

Memerator is a meme website that allows users to rate memes on a scale of 1-5, and submit their own memes to be rated by the community. You can learn more about its history here.

If you have a bug report with this site, please make an issue. We are currently in the process of migrating stuff from the old site, so no new suggestions are needed at this time.

Contributing

If you would like to contribute, please follow the instructions below:

Make sure to install the dependencies:

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# bun
bun run dev