This Rails server accompanies the demo app for the iOS package.
The server requires the usual Rails dependencies:
- Ruby 3.2.1
- libpq -
brew install libpq
- Needed to use the native
pg
gem without Rosetta on M1 macs.
- Needed to use the native
- postgresql -
brew install postgresql
- node -
brew install node
- Yarn -
brew install yarn
- Redis -
brew install redis
- foreman -
gem install foreman
Install dependencies and prepare the database via bin/setup
.
Run the server and JavaScript/CSS processes via bin/dev
.