An open API service indexing awesome lists of open source software.

https://github.com/beclab/files


https://github.com/beclab/files

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```bash
node -v
```

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

- Clone the repo
```bash
git clone https://github.com/beclab/files.git
```

- Navigate to the `files/` folder
Then start the server
```bash
./filebrowser --noauth
```
```bash
# Output:
Listening on 127.0.0.1:8110
```

- Navigate to the `frontend/` folder
```bash
cd packages/frontend
```
Then install all the dependencies
```bash
npm i
```
Then start the server
```bash
quasar dev
```
```bash
#Output:
Opening default browser at http://localhost:8100/
```