This repository contains code to the backend of the application. If you are searching for the code to the frontend, click here
- Clone the repository
git clone git@github.com:meehawk/supachat-backend
- Install dependencies
yarn install
-
Populate the
.env
file according to the.env.defaults
file or leave the default value -
Run
yarn dev
and visithttp://localhost:8080