https://github.com/coldmayo/klaudwebsite
The official KlaudOS Website's source code
https://github.com/coldmayo/klaudwebsite
c web webapp webdev webdevelopment website
Last synced: 28 days ago
JSON representation
The official KlaudOS Website's source code
- Host: GitHub
- URL: https://github.com/coldmayo/klaudwebsite
- Owner: coldmayo
- License: mit
- Created: 2023-07-20T00:56:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:23:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T20:13:02.713Z (over 1 year ago)
- Topics: c, web, webapp, webdev, webdevelopment, website
- Language: HTML
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KlaudWebsite
The official KlaudOS Website's source code with http server made in c.
## Run locally
```bash
# Clone this repository
$ git clone https://github.com/coldmayo/KlaudWebsite
# Go into the repository
$ cd KlaudWebsite
# Make executables
$ chmod +x make.sh
$ chmod +x run.sh
# Conjure website
$ ./make.sh
# Run
$ ./run.sh
Go to http://localhost:8080/
```