This is the source code for Rigs of Rods website. It is 100% static, fast and secure but uses a myriad of web tech to compile and run as intended.
The easiest way to get started is by running it in a gitpod https://www.gitpod.io/#https://github.com/CytopiaTeam/cytopia.net
Alternatively, you can run the website locally with docker-compose.
Just run docker-compose up and all dependencies will be installed automatically
Here is the list and description of all technologies used to build and run the website.
- bundler: Used for installing middleman
- Foundation: loud shout out to the folks behind this framework that made rapid creation of nice looking websites possible.
The cogs of the website.
- Ruby: compile-time logic for site generator.
- Website baked with Middleman.
bundle install- install the dependenciesmiddleman server- Start a test server: examine the website at localhost:4567.middleman build- Build the website locally.
Cytopia website source code is available under the terms of GNU General Public License v3 or any later version.