Study tutor is a software for students and everyone who wants to learn new skills and keep track of the progress! Live at https://studytutor.vercel.app/. Made by @HenriSjoblom, @kristianka and @Zennrr!
For through documentation, please visit the Wiki!
Requirements:
- VS Code or similiar text editor / IDE
- Node.js / NPM
- Supabase account
- OpenAI API key
First install the node_modules and run the application in development mode:
npm i
- Setup
.env.local
values based on.env.example
npm run dev
First install the node_modules, then build the application and finally start it:
npm i
- Setup
.env.local
values based on.env.example
npm run build
npm run start
Automated tests made with Playwright.
Caution
Make sure to use different .env
values than in development, testing will reset the database every run!
npm i
- Setup
.env.local
values based on.env.example
. npm run test-env
npm run test-ui
You can checkout the app at https://studytutor.vercel.app/ :)