Skip to content
Kristian Kähkönen edited this page Oct 13, 2024 · 11 revisions

Study tutor

Study tutor is a software for students and everyone who wants to learn new skills and keep track of the progress! Live at XXXXXX. Made by @HenriSjoblom, @kristianka and @Zennrr!

Running the app

Requirements:

  • VS Code or similiar text editor / IDE
  • Node.js / NPM
  • Supabase account
  • OpenAI API key

Development

First install the node_modules and run the application in development mode:

  1. npm i
  2. Setup .env.local values based on .env.example
  3. npm run dev

Production

First install the node_modules, then build the application and finally start it:

  1. npm i
  2. Setup .env.local values based on .env.example
  3. npm run build
  4. npm run start

Tests

TBD

Live deployment

You can checkout the app at XXXXXXXXXXXXXX :)

Clone this wiki locally