the-jet-trio / fprime-editor

FPP Editor: Next generation of FPP Visualizer
MIT License
0 stars 0 forks source link

FPP editor

Build Status

The joint project between NASA JPL and CMU to proceed the NASA fprime open source project. Our previous team deleveoped FPP visualizer.

FPP Editor1 FPP Editor 2

Quick start

# Clone the repo
git clone https://github.com/the-jet-trio/fprime-editor.git

# Install dependencies
npm install

# Serve with hot reload at localhost:9080
npm run dev

# Build electron application for production
npm run build

# Run fprime backend tests
npm test

Documentation

Please get familiar with the FPP language. Explore the User Guide to learn about the editing feature.

Contributing

Please read through the Developer's Guide.


This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.