Skip to content

hecsanchez/openscool

Repository files navigation

OpenSchool

An open source LLM built with Next.js

Getting Started

Set node version to v20.11.0

If you are using nvm just run nvm use

Install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

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.

Learn More

Deploy on Vercel

Releases

No releases published

Packages

No packages published

Languages