Skip to content

KennethRuan/harbour

 
 

Repository files navigation

Harbour

An LLM-powered companion for language learners, with tools, personality, and gameification!

harbour-1

Demo it here!


Setup

To start, clone this repo onto your local machine and cd into /harbour. We'll install the dependencies using npm

# npm install

Before you can run the project, you'll need to create a local .env file to store the following:

OPENAI_API_KEY="<PASTE YOUR KEY HERE>"
GOOGLE_API_KEY="<PASTE YOUR KEY HERE>"
NEXT_PUBLIC_URL="http://127.0.0.1:3000"

Finally, run the following snippet to spin up the site on your local machine:

# npm run dev

Preview

harbour-2

harbour-3

About

LLM-powered companion for language learners, with tools, personality, and gameification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.9%
  • SCSS 7.8%
  • CSS 4.8%
  • Dockerfile 4.0%
  • JavaScript 0.5%