The frontend for StudyFlow. Made using Sveltekit and TailwindCSS. Made for Zenith Hackathon @ SSN. Backend is here.
These instructions are tested on Linux(Ubuntu 24.04 & Arch Linux). Windows users fend for yourself.
# Both repo's have the same name so I suggest to make another folder
git clone https://github.com/vicfic18/studyflow.git
cd studyflowInstall the dependencies first.
npm installRunning it
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.