This README documents, how to get a demo app up and running. The demo app is targeted at showing how Agora can be integrated into a rails 7 react app. The initial commit was created by running the following command.
rails new <appname> -j=esbuild
- Create a
.env
file with the following content
APP_ID=<your Agora app id, that does not require tokens>
-
Excecute
bundle install
from the CLI -
Execute
npm i
from the CLI -
Ensure that
yarn
is installed -
Run
./bin/dev
in order to run the app locally -
Navigate to http://localhost:3000