https://github.com/rigsofrods/ror-website
The official website for Rigs of Rods, the open source vehicle simulator.
https://github.com/rigsofrods/ror-website
bootstrap css html javascript vuejs website
Last synced: about 1 year ago
JSON representation
The official website for Rigs of Rods, the open source vehicle simulator.
- Host: GitHub
- URL: https://github.com/rigsofrods/ror-website
- Owner: RigsOfRods
- License: apache-2.0
- Created: 2020-08-16T09:08:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T03:58:59.000Z (over 1 year ago)
- Last Synced: 2025-04-23T18:02:33.937Z (about 1 year ago)
- Topics: bootstrap, css, html, javascript, vuejs, website
- Language: Vue
- Homepage: http://rigsofrods.org
- Size: 28.2 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rigsofrods.org
[](https://opensource.org/licenses/Apache-2.0)
What runs [rigsofrods.org](http://rigsofrods.org) is ran by this source code. You are free to help and suggest changes.
### Setup & Running
```bash
git clone https://github.com/Zentro/ror-website.git .
npm install
npm run build
```
### Compiles and hot-reloads for development
```
npm run serve
```