https://github.com/2anki/inspecter
a web app to preview and select flashcards from your documents
https://github.com/2anki/inspecter
Last synced: about 1 month ago
JSON representation
a web app to preview and select flashcards from your documents
- Host: GitHub
- URL: https://github.com/2anki/inspecter
- Owner: 2anki
- Created: 2023-12-24T17:14:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T17:49:36.000Z (over 2 years ago)
- Last Synced: 2025-10-30T22:43:19.709Z (8 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inspector 🕵🏾♂️
A simple web app to be used for inspecting uploads to 2anki.net and improving the conversion process.
## Developing
Once you've created a project and
If you have not already start by installing the dependencies:
```bash
pnpm install
```
Then start the dev server
```bash
pnpm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## Credits
This project was bootstrapped using [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).