Quizfreely
Quizfreely is a free and open source studying tool.
General developer/contributor documentation is available here.
This repository, quizfreely/quizfreely, is Quizfreely's web app, written in JavaScript with Node.js & SvelteKit.
Quizfreely's backend API's repository is quizfreely/api. (Codeberg & GitHub) It's a GraphQL API written in Go/Golang.
First-time setup
- Copy
.env.exampleto.envand configure it for your use case - Run
npm install(here, as in all commands below,buncan substitutenpmif you prefer)
Running the project
npm run dev (add --host if you want to access it from another device in the same network, e.g. from a mobile device)