Javascript application for TutorCruncher's web integration.
Simply call Socket on your own website; your own CSS and other styling applies.
It defaults to use the TutorCruncher Socket backend, but you can use your own if you like.
Alternatively, you can just use TutorCruncher's API and build your own frontend.
To set up and run this project, follow these steps:
-
Install dependencies:
nvm install 14 nvm use 14 yarn install
-
Run the application:
yarn start
-
Set the environment variables:
REACT_APP_SOCKET_API_URL='http://localhost:8000'
-
Set the company public api key:
in
public/index.html
setpublic_key
with the company's public api key- dino tutors is =
9c79f14df986a1ec693c
- dino tutors is =
-
Set api root:
in
public/index.html
setapi_root
to the root of the api- for local testing it is
http://localhost:8000
- to use socket-beta it is
https://socket-beta.tutorcruncher.com
- for local testing it is