A wasm-based webos inspired by Unix and BeOS
https://honeyos.net
- TypeScript 81.8%
- C 5.9%
- JavaScript 4.1%
- Dockerfile 4%
- Shell 1.5%
- Other 2.7%
| branding/icons | ||
| docs | ||
| hive | ||
| queen | ||
| tools | ||
| waxxer | ||
| www | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
HoneyOS
A wasm-based webos inspired by Unix and BeOS https://honeyos.net. Work In Procces.
Conceptual Diagram
Setup the repo.
The project is centered around the build tool waxxer.
Setup waxxer by running the setup script.
./tools/scripts/setup.sh
Building the website.
Building the website can be done with waxxer.
./tools/waxxer build all
Serving the website
Serving the website can be done with waxxer.
./tools/waxxer serve
