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

https://github.com/chrisharrison/personal-2021


https://github.com/chrisharrison/personal-2021

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# personal-2021

[![Deployment](https://github.com/chrisharrison/personal-2021/actions/workflows/deployment.yml/badge.svg?branch=main)](https://github.com/chrisharrison/personal-2021/actions/workflows/deployment.yml)

## Developing locally

1. Build the container:

```
docker build . -t personal
```

2. Modify the content directory and run the container:

```
docker run -v "$PWD"/dist:/app/dist -v "$PWD"/content:/app/content personal

```

Output will appear in the /dist folder