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

https://github.com/chstan/memory

YAFA -- Yet another flashcard application (LaTeX + Keyboard Shortcuts + Spaced Repetition)
https://github.com/chstan/memory

Last synced: 5 months ago
JSON representation

YAFA -- Yet another flashcard application (LaTeX + Keyboard Shortcuts + Spaced Repetition)

Awesome Lists containing this project

README

          

# Starting in Dev

## Spinning Up

```shell script
$> {your preferred invokation to make python env}
$> pip install -r requirements.txt
$> yarn install
```

## Running .NET

```powershell
$> dotnet restore
$> dotnet run
```

## Running Django

```shell script
$> python manage.py runserver
```

## Running Webpack in Dev

```shell script
$> yarn start
```