|
@@ -0,0 +1,14 @@
|
|
1
|
+# App PageHtml for Tracim
|
|
2
|
+
|
|
3
|
+This repo is an app loaded by Tracim.
|
|
4
|
+
|
|
5
|
+### To update this repo
|
|
6
|
+- commit and push changes
|
|
7
|
+- run `$ npm run build`
|
|
8
|
+- copy dist/thread.app.js and past it into Tracim(repo)/dist/app
|
|
9
|
+
|
|
10
|
+### Development
|
|
11
|
+To see your changes without importing the app into Tracim:
|
|
12
|
+- run `$ npm run servdev`
|
|
13
|
+Which will create a web server (webpack) where you will see the app loaded with some default values
|
|
14
|
+# app_Thread
|