Home
Softono
quizfreely

quizfreely

Open source Svelte
17
Stars
2
Forks
41
Issues
2
Watchers
1 week
Last Commit

About quizfreely

Free & open source studying tool

Platforms

Web Self-hosted

Languages

Svelte

Quizfreely

Quizfreely is a free and open source studying tool.

https://quizfreely.org

Codeberg · GitHub

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.example to .env and configure it for your use case
  • Run npm install (here, as in all commands below, bun can substitute npm if 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)