Skip to content

Exercard aims to be a free and open-source equivalent of popular flashcard applications with local AI integrations.

Notifications You must be signed in to change notification settings

eben-vranken/exercard

Repository files navigation

Exercard aims to be a free and open-source equivalent of popular flashcard applications with local AI integrations.

Find out what is currently being worked on, what is planned, and more.

Exercard.Preview.mp4

Getting Started

Exercard is built on Tauri, with NextJS and TailwindCSS on the front-end.

Running locally in a development window:

This should open a window on your desktop, additionally you can also visit http://localhost:3000/ and view it in your browser.

npm run tauri dev
# or
yarn tauri dev
# or
pnpm tauri dev
# or
bun tauri dev
#or
cargo tauri dev

Building manually into a executable file or installer:

npm run tauri build
# or
yarn tauri build
#or 
pnpm tauri build
#or 
bun tauri build
#or
cargo tauri build

About

Exercard aims to be a free and open-source equivalent of popular flashcard applications with local AI integrations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published