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

https://github.com/rsgalloway/rsg.io

Personal website
https://github.com/rsgalloway/rsg.io

serverless subfork website

Last synced: 2 months ago
JSON representation

Personal website

Awesome Lists containing this project

README

          

# RSG.IO

Personal website built and hosted on [Subfork](https://subfork.com).

## Setup

```bash
$ python -m virtualenv venv3
$ source venv3/bin/activate
$ pip install -r requirements.txt
```

**Add Subfork API keys to the environment**

Compress image files using squash bash script:

```bash
$ ./bin/squash.sh
```

For example:

```bash
$ ./bin/squash.sh tmp/photo static/photo 7
```

## Testing

```bash
$ subfork run
```

## Deploy

```bash
$ subfork deploy -c --release
```