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!
- Host: GitHub
- URL: https://github.com/runningcode/runningcode-web
- Owner: runningcode
- Created: 2018-08-21T10:28:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T10:29:29.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T08:15:25.366Z (over 1 year ago)
- Language: Kotlin
- Homepage: http://www.osacky.com
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```