Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```