Skip to content

beclab/files

Repository files navigation

files

A file manager for Terminus

Installation

  • Install node in you system, You can check if you have node installed by running this code in your terminal

    node -v

    if it's not there, you can install from this site Node JS

  • Clone the repo

    git clone https://github.com/beclab/files.git
  • Navigate to the files/ folder Then start the server

    ./filebrowser --noauth
    # Output:
    Listening on 127.0.0.1:8110
  • Navigate to the frontend/ folder

    cd packages/frontend

    Then install all the dependencies

    npm i

    Then start the server

    quasar dev
    #Output:
    Opening default browser at http://localhost:8100/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages