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

https://github.com/zodman/django-sockpuppet-expo


https://github.com/zodman/django-sockpuppet-expo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Django sockpuppet expo

## [django-sockpuppet-expo](https://django-sockpuppet-expo.python3.ninja)

## Running locally

```
pip install -r requirements.in
yarn install
yarn run watch

python manage.py migrate
python manage.py runserver
```