Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T06:08:17.000Z (over 1 year ago)
- Last Synced: 2024-03-27T04:11:42.466Z (8 months ago)
- Topics: bootstrap, css, html, javascript, vuejs, website
- Language: Vue
- Homepage: http://rigsofrods.org
- Size: 28.2 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rigsofrods.org
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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
```