Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 485 Bytes

FluidNC Web Installer

The FluidNC Web Installer is a web based tool to install and configure the firmware.

FluidNC Web Installer

Building

Build a distribution using the following commands:

npm install
npm run build

Developing

Start a development server using the following commands then open your browser to http://localhost:1234/

npm install
npm start