Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```