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

https://github.com/runningcode/runningcode-web

Personal Website for Me!
https://github.com/runningcode/runningcode-web

Last synced: 12 months ago
JSON representation

Personal Website for Me!

Awesome Lists containing this project

README

          

# Nelson Osacky's website

A simple site using [Ktor](http://ktor.io) for serving static content.

### Running

```bash
./gradlew appengineRun
```
And navigate to [http://localhost:8080/](http://localhost:8080/) to see the site.

### Deploying
```bash
./gradlew appengineDeploy
```