Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/knightos/try.knightos.org
- Owner: KnightOS
- Created: 2014-11-03T22:01:11.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-31T14:02:01.000Z (over 6 years ago)
- Last Synced: 2024-03-26T18:24:43.220Z (10 months ago)
- Language: JavaScript
- Homepage: http://try.knightos.org
- Size: 921 KB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.orgThen, 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).