Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knightos/try.knightos.org

KnightOS online userspace program IDE thingy
https://github.com/knightos/try.knightos.org

Last synced: 2 months ago
JSON representation

KnightOS online userspace program IDE thingy

Awesome Lists containing this project

README

        

# try.knightos.org

KnightOS online userspace program IDE thingy

## Contributing

Want to help make [try.knightos.org](http://try.knightos.org) even better? Check out the instructions below on how to host a local copy of try.knightos.org for development.

### Hosting a local copy

If you do not have ruby installed on your system, you need to get it from [here](https://www.ruby-lang.org/en/downloads/). After installing ruby, you will need to install the ruby gem jekyll by running

gem install jekyll

After installing the prerequisites, clone this repository and navigate to its root directory

git clone --recursive https://github.com/KnightOS/try.knightos.org.git
cd try.knightos.org

Then, you can generate the site and start the local server by using

jekyll serve

Now, you can visit http://127.0.0.1:4000 in your browser to see your local copy of try.knightos.org. Any changes that you make to the site source will automatically be updated when you refresh the page.

## Help, Bugs, Feedback

If you need help with KnightOS, want to keep up with progress, chat with
developers, or ask any other questions about KnightOS, you can hang out in the
IRC channel: [#knightos on irc.freenode.net](http://webchat.freenode.net/?channels=knightos).

To report bugs, please create [a GitHub issue](https://github.com/KnightOS/KnightOS/issues/new) or contact us on IRC.

If you'd like to contribute to the project, please see the [contribution guidelines](http://www.knightos.org/contributing).