Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:23:33.000Z (over 1 year ago)
- Last Synced: 2023-09-14T04:39:12.856Z (over 1 year ago)
- Topics: c, web, webapp, webdev, webdevelopment, website
- Language: HTML
- Homepage:
- Size: 27.3 KB
- Stars: 1
- 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.shGo to http://localhost:8080/
```