File tree 1 file changed +16
-13
lines changed
1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 21
21
* [ Getting started] ( #getting-started )
22
22
* [ Docker] ( #docker )
23
23
* [ Node] ( #node )
24
- * [ Proxmox] ( #proxmox )
25
- * [ Cloud Providers] ( #cloud-providers )
26
24
* [ License] ( #license )
27
25
</details >
28
26
@@ -56,25 +54,30 @@ services:
56
54
- ' 3000:3000'
57
55
volumes :
58
56
- ./config.yml:/app/data/config.yml
59
- - ./icons:/app/public/icons
60
57
` ` `
61
58
62
59
### Node
63
60
64
- 1. Clone repository: ` git clone https://github.com/hywax/mafl.git`
65
- 2. Go to the application folder : ` cd mafl`
66
- 3. Configure `data/config.yml`
67
- 4. Install dependencies : ` yarn install`
68
- 5. Build application : ` yarn build`
69
- 6. Run `yarn preview`
61
+ First, clone the repository:
70
62
71
- # ## Proxmox
63
+ ` ` ` shell
64
+ git clone https://github.com/hywax/mafl.git
65
+ ```
66
+
67
+ Then install dependencies and build the production bundle (I'm using ` yarn ` here, you can use ` npm ` or ` pnpm ` if you like):
72
68
73
- ...
69
+ ``` shell
70
+ yarn install
71
+ yarn build
72
+ ```
74
73
75
- # ## Cloud Providers
74
+ Finally, run the server:
75
+
76
+ ``` shell
77
+ yarn preview
78
+ ```
76
79
77
- .. .
80
+ The application will start with a basic configuration, which is located in the ` data ` folder .
78
81
79
82
## License
80
83
You can’t perform that action at this time.
0 commit comments