Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 484 Bytes

Meem API

This app is no longer maintained

For help or questions please visit us in the Meem Discord

The API powering https://app.meem.wtf and https://epm.wtf.

Installation / Running API

Create a .env file and fill out details (see .env.example)

yarn - Install packages

yarn local - Run API (http://localhost:3005)

Building / Running in Production

yarn build - Build the files

yarn start - Run the compiled code