This repository contains the Fileglancer documentation site.
To built it you should have the latest LTS version of NPM installed.
Install dependencies:
npm install
Run local server:
npm run dev
To make the dev server accessible on your network (bind to 0.0.0.0):
npm run dev -- --host