mirror of
https://github.com/filegator/filegator.git
synced 2025-08-19 14:21:27 +02:00
docs upd
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
## Project setup for development
|
||||
## Project setup for development (Linux)
|
||||
|
||||
You must have ```git```, ```php```, ```npm```, and ```composer``` installed.
|
||||
|
||||
```
|
||||
git clone git@github.com:filegator/filegator.git
|
||||
@@ -12,7 +14,9 @@ npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
## Compiles and hot-reloads (backend and frontend on ports 8081 and 8080)
|
||||
## Compiles and hot-reloads
|
||||
|
||||
The following command will launch backend and frontend on ports 8081 and 8080:
|
||||
|
||||
```
|
||||
npm run serve
|
||||
@@ -28,5 +32,5 @@ vendor/bin/phpstan analyse ./backend
|
||||
|
||||
## Deployment
|
||||
|
||||
Set the website document root to ```/dist``` directory.
|
||||
Set the website document root to ```/dist``` directory. This is also known as 'public' folder.
|
||||
|
||||
|
Reference in New Issue
Block a user