mycel
Rudimentary web browser written in Golang
File Explorer
Download Latest Version (.zip)- cache.go
- box.go
- grid.go
- grid_test.go
- label.go
- scroll.go
- scroll_test.go
- experimental.go
- fs.go
- fs_plan9.go
- fs_test.go
- fs_unix.go
- history.go
- history_test.go
- browser.go
- browser_test.go
- experimental.go
- experimental_test.go
- website.go
- website_test.go
- main.go
- main_test.go
- img.go
- img_test.go
- godocs.js
- golang.html
- golang.js
- goversion.js
- initfuncs.js
- jquery-1.8.2.js
- pkg.html
- playground.js
- jquery-1.12.4.js
- jquery-ui.js
- tabs.html
- tabs.js
- jquery-3.5.1.js
- js.go
- js_plan9.go
- js_test.go
- js_unix.go
- logger.go
- experimental.go
- experimental_test.go
- nodes.go
- nodes_test.go
- css.go
- css_test.go
- experimental.go
- experimental_test.go
- fonts_plan9.go
- fonts_unix.go
- media.go
- media_test.go
- stylesheets.go
- stylesheets_test.go
- .gitattributes
- .gitignore
- go.mod
- go.sum
- LICENSE
- mycel.go
- mycel.jpg
- mycel_plan9.go
- mycel_unix.go
- normalize.css
- package.rc
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/psilva261/mycel
Downloads the entire project code from GitHub to your computer.
cd mycel
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go install ./cmd/mycel
Type this command into your terminal and run it.
go install ./cmd/sparklefs
Type this command into your terminal and run it.
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)
