Skip to content

socraticbot/socratic-frontend

Repository files navigation

socratic-frontend

Getting Started

Environment setup

This frontend application requires two environment variables to run: the URL of your socratic-bot chat server, and its API key (this is the SOCRATIC_CHATSERVER_TOKEN value you provide as part of the docker run invocation).

Once you have these values, copy .env.schema to .env.local and fill in the variables with your values.

Running

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published