Skip to content

mactanxin/gui

 
 

Repository files navigation

FreeNAS Corral GUI Development

FreeNAS Corral is the next version of FreeNAS, a FreeBSD-based open source NAS / application hosting software appliance. This repo is where development of the GUI happens.

The FreeNAS Corral GUI is based on various HTML5 Javascript development frameworks and technologies.

Please read the CONTRIBUTING.md document for the full documentation on contributing to the GUI project. The quick TL;DR version of how to get started is:

  1. Check out this repo somewhere and cd to it.
  2. Install FreeNAS Corral on a VM / machine (let's call it freenas.local)
  3. npm install (to install the various tools locally).
  4. npm run-script serve & (run the stand-alone web server)
  5. Go to http://localhost:3000/#?host=freenas.local

Edit sources as desired and the web server should pick up the changes, for incremental style development.

Packages

No packages published

Languages

  • JavaScript 45.6%
  • HTML 34.9%
  • TypeScript 14.6%
  • CSS 4.8%
  • Makefile 0.1%