Download the .zip file from Github or clone the repo locally.
After cloning the repo, run the following commands to install the project dependencies:
$ chmod +x install.sh
$ sudo ./install.sh
Run the following commands to start the server:
$ chmod +x server_run.sh
$ sudo ./server_run.sh
# Backend server will start at PORT 8081
# Frontend can be accessed at http://localhost:80
XMeme is MIT licensed.