mirror of
https://github.com/filegator/filegator.git
synced 2025-08-30 08:21:12 +02:00
14
README.md
14
README.md
@@ -110,6 +110,19 @@ Precompiled build is created for non-developers. In this version, the frontend (
|
||||
|
||||
[Download & install instructions](https://docs.filegator.io/install.html)
|
||||
|
||||
## Project setup for development (Docker)
|
||||
|
||||
```
|
||||
git clone https://github.com/filegator/filegator.git
|
||||
cd filegator
|
||||
docker compose -f docker-compose-dev.yml up
|
||||
```
|
||||
Once everything is ready visit: `http://localhost:8080`, Ctrl+c to stop.
|
||||
|
||||
If you're tweaking dependencies then you must rebuild with:
|
||||
```
|
||||
docker compose -f docker-compose-dev.yml up --build
|
||||
```
|
||||
|
||||
## Project setup for development (Linux)
|
||||
|
||||
@@ -126,7 +139,6 @@ npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
|
||||
## Compiles and hot-reloads
|
||||
|
||||
The following command will launch backend and frontend on ports 8081 and 8080:
|
||||
|
Reference in New Issue
Block a user