-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kristian Kähkönen edited this page Oct 13, 2024
·
11 revisions
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!
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.localvalues based on.env.example npm run dev
First install the node_modules, then build the application and finally start it:
npm i- Setup
.env.localvalues based on.env.example npm run buildnpm run start
TBD
You can checkout the app at XXXXXXXXXXXXXX :)