devd
A local webserver for developers
File Explorer
Download Latest Version (.zip)- ci.yml
- devd.go
- devd-terminal.png
- file
- index.html
- style.css
- fileserver.go
- fileserver_test.go
- LICENSE
- z_last_test.go
- httpctx.go
- inject.go
- inject_test.go
- client.js
- LICENSE
- livereload.go
- rice-box.go
- LICENSE
- reverseproxy.go
- reverseproxy_test.go
- ricetemp.go
- routespec.go
- mkbrew
- slowdown.go
- slowdown_test.go
- 404.html
- dirlist.html
- certbundle.pem
- index.html
- style.css
- timer.go
- .gitattributes
- .gitignore
- certgen.go
- certgen_test.go
- CHANGELOG.md
- common_test.go
- CONTRIBUTORS
- go.mod
- go.sum
- LICENSE
- logheader.go
- modd.conf
- README.md
- responselogger.go
- rice-box.go
- route.go
- route_test.go
- server.go
- server_test.go
- watch.go
- watch_test.go
# Installation Guide
1. Get the code
git clone https://github.com/cortesi/devd
Downloads the entire project code from GitHub to your computer.
cd devd
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Go Go is required to use go install.
go install github.com/cortesi/devd/cmd/devd@latest
Downloads and installs the specified version directly β no need to clone the repo yourself.
go install github.com/cortesi/devd/cmd/devd@master
Downloads and installs the specified version directly β no need to clone the repo yourself.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go install github.com/cortesi/devd/cmd/devd@latest
Downloads and installs the specified version directly β no need to clone the repo yourself.
go install github.com/cortesi/devd/cmd/devd@master
Downloads and installs the specified version directly β no need to clone the repo yourself.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
