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: 4 months ago
JSON representation
Quickly view a static site on Github from local machine
- Host: GitHub
- URL: https://github.com/ikeohachidi/vap
- Owner: ikeohachidi
- Created: 2023-11-19T02:39:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T11:47:27.000Z (about 2 years ago)
- Last Synced: 2025-06-27T15:06:20.871Z (7 months ago)
- Topics: github, golang, localhost
- Language: Go
- Homepage:
- Size: 8.09 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.