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)
- Host: GitHub
- URL: https://github.com/chstan/memory
- Owner: chstan
- Created: 2017-01-06T22:56:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T19:54:07.000Z (over 3 years ago)
- Last Synced: 2024-04-14T13:13:09.444Z (about 2 years ago)
- Language: C#
- Size: 2.04 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```