Note that this project is currently undergoing a significant refactor and is not functional yet. If you want to find a working version of SmS you'll have to dig through the Git history a bit (likely a lot, actually).
- Make sure Docker and Docker Compose are installed (I use Docker for Mac)
- In the root of the project, do a
$ docker-compose up
- The application will be accessible at localhost:7001
- Install nvm
- In the root of the project, install the correct node version:
$ nvm install
- Install dependencies for the frontend & backend:
- In
frontend/
:$ npm install
- In
backend/
:$ npm install
- In