An open API service indexing awesome lists of open source software.

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

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).