Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikeohachidi/vap
- Owner: ikeohachidi
- Created: 2023-11-19T02:39:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T11:47:27.000Z (about 1 year ago)
- Last Synced: 2024-06-21T16:55:12.835Z (6 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.