Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikeohachidi/vap

Quickly view a static site on Github from local machine
https://github.com/ikeohachidi/vap

github golang localhost

Last synced: 24 days ago
JSON representation

Quickly view a static site on Github from local machine

Awesome Lists containing this project

README

        

# View a page (VAP)

Small script to view static sites from github locally.

## How to run
#### Building from source
- Clone this repo and run `make build` . You should now have a bin folder with `vap` and `vap.exe`.
- Open `localhost:8080` on your browser

#### Run built binaries
- Clone this repo
- `cd` into the `bin` folder
- run `./vap ` if on a mac or linux else run `./vap.exe ` if on windows
- Open `localhost:8080` on your browser

---
#### Motivation
Introducing people to web development has me cloning and deleting a lot repos. No more.
Plus, why not.