Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 456 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 456 Bytes

project_nodeSnap

Open source Rigs of rods truck file editor.
Support for BeamNG is comming soon.

Based on the old rorEditozer.
Made with Electron, three.js, Vue 3 + Vuex 4 and nodeJs, written Typescript.

Project setup

You must use node.js version 14 LTS.

To install deps:

npm install

Then to run the editor:

npm run electron:serve

Code style

It is recommended to use Prettier with VS Code for code formatting.