You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,20 +43,20 @@ MyLinx uses the following open source projects:
46
43
47
44
And of course [MyLinx](https://github.com/YouAskWeBuild/MyLinx) itself is open source with a Apache 2.0 license on GitHub.
48
45
49
-
50
-
## Do you need one like the Demo for yourself ?
46
+
## Do you need one like the Demo for yourself ?
51
47
52
48
Here is what you should do
53
49
54
50
- Fork the repository [MyLinx](https://github.com/youaskwebuild/MyLinx/fork)
55
51
- Go to Settings -> Pages -> Select **gh-pages** branch, **/root** in the next select folder and click on **Save**
56
52
57
-

53
+

54
+
58
55
- Your own site ([your-github-profile-name].github.io/MyLinx) will be up soon.
59
56
60
57
- You can either visit ([your-github-profile-name].github.io/MyLinx/builder.html) or visit [MyLinx Builder](https://youaskwebuild.github.io/MyLinx/builder.html) to add your own links to display on Mylinx.
61
58
62
-
- Once you are done, click on **Copy Data** button on the builder page. This will copy the links data to clipboard.
59
+
- Once you are done, click on **Copy Data** button on the builder page. This will copy the links data to clipboard.
63
60
64
61
- Now go to your repository and switch your branch to gh-pages
65
62
@@ -69,9 +66,6 @@ Here is what you should do
69
66
70
67
- In case you want to add or remove, you can click on **Load Data** button and paste the content of your data.json and begin editing from there.
71
68
72
-
73
-
74
-
75
69
## Installation
76
70
77
71
### To run locally
@@ -85,49 +79,48 @@ Install the dependencies and devDependencies and start the server.
85
79
```sh
86
80
cd MyLinx
87
81
npm install
88
-
npm run start
82
+
npm run start:api
83
+
npm run start:client
89
84
```
90
85
91
86
For production environments...
92
87
93
88
```sh
94
-
npm install
89
+
npm install
95
90
npm run build
96
91
```
97
92
98
93
## Plugins
99
94
100
95
MyLinx is currently extended with the following plugins.
101
96
102
-
| Plugin | Usage |
103
-
| ------ | ------ |
104
-
|Tailwind Forms | Forms in MyLinx builder are built using tailwind forms plugin
0 commit comments