Parcourir la source

Update README.md

Skylsmoi il y a 7 ans
Parent
révision
de55f4631e
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 8 ajouts et 3 suppressions
  1. 8 3
      README.md

+ 8 - 3
README.md Voir le fichier

2
 
2
 
3
 This project is the frontend part of Tracim.
3
 This project is the frontend part of Tracim.
4
 
4
 
5
-### Installation
5
+### Installation
6
+
6
 Install all dependencies
7
 Install all dependencies
7
 `$ npm install`
8
 `$ npm install`
8
 
9
 
11
 
12
 
12
 Load `dist/index.html` in your webserver.
13
 Load `dist/index.html` in your webserver.
13
 
14
 
14
-### Development
15
+### Development
16
+
15
 Install all dependencies
17
 Install all dependencies
16
 `$ npm install`
18
 `$ npm install`
17
 
19
 
25
 
27
 
26
 
28
 
27
 ### Apps
29
 ### Apps
30
+
28
 Tracim is a skeleton that rely on apps to do stuffs. (like to manage Documents, Files, Threads ...)
31
 Tracim is a skeleton that rely on apps to do stuffs. (like to manage Documents, Files, Threads ...)
29
 
32
 
30
 Apps all are independant React applications and have their own repositories and can be freely added or removed from Tracim without the needs for a rebuild.
33
 Apps all are independant React applications and have their own repositories and can be freely added or removed from Tracim without the needs for a rebuild.
31
 
34
 
32
 Apps acts like plugins.
35
 Apps acts like plugins.
33
 
36
 
34
-#### To add Apps to your Tracim instance
37
+#### To add Apps to your Tracim instance
38
+
35
 You need to separately get the built version of each apps and add them to `dist/app` folder. Apps file names should be of the form of '__appName__.app.js'.
39
 You need to separately get the built version of each apps and add them to `dist/app` folder. Apps file names should be of the form of '__appName__.app.js'.
36
 
40
 
37
 To do that
41
 To do that
44
 By default, for development, tracim_front expects every apps but wont crash if one is missing (currenlt not all of them are exists anyway)
48
 By default, for development, tracim_front expects every apps but wont crash if one is missing (currenlt not all of them are exists anyway)
45
 
49
 
46
 ### Developing Apps
50
 ### Developing Apps
51
+
47
 Apps are independents React application so you can test them out on their own.
52
 Apps are independents React application so you can test them out on their own.
48
 
53
 
49
 /!\ Documentation on Apps interface is work in progress. /!\
54
 /!\ Documentation on Apps interface is work in progress. /!\