Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Latest commit

 

History

History

Server

Turbo Navigator demo server

This Rails server accompanies the demo app for the iOS package.

Getting started

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.
  • postgresql - brew install postgresql
  • node - brew install node
  • Yarn - brew install yarn
  • Redis - brew install redis
  • foreman - gem install foreman

Initial setup

Install dependencies and prepare the database via bin/setup.

Running the server

Run the server and JavaScript/CSS processes via bin/dev.