All Projects → mariolukas → FabScanPi-Frontend

mariolukas / FabScanPi-Frontend

Licence: AGPL-3.0 license
The web interface of the FabScanPi Server backend.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Jolie
3 projects
coffeescript
4710 projects
HTML
75241 projects

Projects that are alternatives of or similar to FabScanPi-Frontend

FabScanPi-Firmware
Firmware of FabScanPi 3D Laser Scanner
Stars: ✭ 20 (-4.76%)
Mutual labels:  3d-laser-scanning

![Python Support](https://img.shields.io/badge/License-AGPL v3-blue.svg) Build Status

FabScanPi Frontend

About

This is the FabScanPi Frontend. If you want only to use the FabScanPi, visit the FabScanPi server repository. The Frontend repository is more related to developers.

Build the FabScanPi Frontend

First install nodejs for your operating system.

http://nodejs.org/download/

Afterwards install grunt.

``npm install -g grunt-cli```

Then go to frontend directory and install all needed packages ```npm install -g``

You can build the Frontend with:

grunt build

Afterwards all built files can be found in the target/build/main The files in this folder can be copied to the /usr/local/fabscanpi-server/www folder of the FabScanPi server application.

If you are not developing on a pi, you can run grunt default, which starts a node server on port 8001. By pointing your browser to http://localhost:8001 you can access the FabScanPI GUI on your local machine. The backend server parts are connected through websockets.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].