File tree 2 files changed +68
-69
lines changed
2 files changed +68
-69
lines changed Original file line number Diff line number Diff line change
1
+ # Misc. development notes
2
+
3
+ ## Research/similar sites
4
+
5
+ - Example of newest Phoenix version: < https://github.com/fly-apps/live_beats/blob/master/lib/live_beats_web/live/settings_live.ex >
6
+ - Deploys: < https://damonvjanis.medium.com/optimizing-for-free-hosting-elixir-deployments-6bfc119a1f44 >
7
+ - < https://www.reddit.com/r/Mahjong/comments/ogl4yf/best_way_to_play_hk_mahjong_online/ >
8
+ - < http://mahjongbuddy.com >
9
+ - < https://www.reddit.com/user/tthiatma/ >
10
+ - < https://www.reddit.com/r/Mahjong/comments/jsbsve/i_created_online_hong_kong_mahjong_web_app/ >
11
+ - < https://www.reddit.com/r/Mahjong/ >
12
+ - < https://en.wikipedia.org/wiki/Hong_Kong_Mahjong_scoring_rules >
13
+
14
+ ## sortablejs
15
+
16
+ - < https://fullstackphoenix.com/features/sortable-lists-with-sortable-js >
17
+ - < https://www.headway.io/blog/client-side-drag-and-drop-with-phoenix-liveview >
18
+ - < https://github.com/kelseyleftwich/phoenix-liveview-hook-demo >
19
+ - < https://github.com/SortableJS/Sortable >
20
+
21
+ ## Tile images
22
+
23
+ - < https://en.wikipedia.org/wiki/Mahjong_tiles >
24
+
25
+ ## Tailwind
26
+
27
+ - < https://pragmaticstudio.com/tutorials/adding-tailwind-css-to-phoenix >
28
+
29
+ ## PresidentCardGames
30
+
31
+ - < https://twitter.com/toranb/status/1341069221829242881 >
32
+ - < https://presidentcardgames.com/ >
33
+ - < https://elixirmatch.com/ >
34
+
35
+ ## Available domains considered
36
+
37
+ ```
38
+ mahjonggenius.com
39
+ mahjongmeetup.com
40
+ mahjongnight.com
41
+ mahjongwithfriends.com
42
+ mahjongwithhonor.com
43
+ mjmad.com
44
+ themahjongtable.com
45
+ mahjongauntie.com
46
+ letsallplaymahjong.com
47
+ mjanywhere.com
48
+ mjbuddies.com
49
+ mjfriends.com
50
+ mjfromhome.com
51
+ mjhonor.com
52
+ mjsimulator.com
53
+ mjwithfriends.com
54
+ mahjongwash.com
55
+ ourmahjong.com
56
+ playmah.com
57
+ remotemj.com
58
+ themahjongtable.com
59
+ mahjongjia.com
60
+ mahjongis.fun
61
+ mahjongfriends.party
62
+ mahjongfriends.club
63
+ mahjongfriends.fun
64
+ damahjong.party
65
+ damahjong.club
66
+ damahjong.fun
67
+ mahjong.gold
68
+ ```
Original file line number Diff line number Diff line change @@ -49,72 +49,3 @@ git push heroku main:main
49
49
``` sh
50
50
mix credo
51
51
```
52
-
53
- ## Misc. development notes
54
-
55
- ### Research/similar sites
56
-
57
- - Example of newest Phoenix version: < https://github.com/fly-apps/live_beats/blob/master/lib/live_beats_web/live/settings_live.ex >
58
- - Deploys: < https://damonvjanis.medium.com/optimizing-for-free-hosting-elixir-deployments-6bfc119a1f44 >
59
- - < https://www.reddit.com/r/Mahjong/comments/ogl4yf/best_way_to_play_hk_mahjong_online/ >
60
- - < http://mahjongbuddy.com >
61
- - < https://www.reddit.com/user/tthiatma/ >
62
- - < https://www.reddit.com/r/Mahjong/comments/jsbsve/i_created_online_hong_kong_mahjong_web_app/ >
63
- - < https://www.reddit.com/r/Mahjong/ >
64
- - < https://en.wikipedia.org/wiki/Hong_Kong_Mahjong_scoring_rules >
65
-
66
- ### sortablejs
67
-
68
- - < https://fullstackphoenix.com/features/sortable-lists-with-sortable-js >
69
- - < https://www.headway.io/blog/client-side-drag-and-drop-with-phoenix-liveview >
70
- - < https://github.com/kelseyleftwich/phoenix-liveview-hook-demo >
71
- - < https://github.com/SortableJS/Sortable >
72
-
73
- ### Tile images
74
-
75
- - < https://en.wikipedia.org/wiki/Mahjong_tiles >
76
-
77
- ### Tailwind
78
-
79
- - < https://pragmaticstudio.com/tutorials/adding-tailwind-css-to-phoenix >
80
-
81
- ### PresidentCardGames
82
-
83
- - < https://twitter.com/toranb/status/1341069221829242881 >
84
- - < https://presidentcardgames.com/ >
85
- - < https://elixirmatch.com/ >
86
-
87
- ### Available domains considered
88
-
89
- ```
90
- mahjonggenius.com
91
- mahjongmeetup.com
92
- mahjongnight.com
93
- mahjongwithfriends.com
94
- mahjongwithhonor.com
95
- mjmad.com
96
- themahjongtable.com
97
- mahjongauntie.com
98
- letsallplaymahjong.com
99
- mjanywhere.com
100
- mjbuddies.com
101
- mjfriends.com
102
- mjfromhome.com
103
- mjhonor.com
104
- mjsimulator.com
105
- mjwithfriends.com
106
- mahjongwash.com
107
- ourmahjong.com
108
- playmah.com
109
- remotemj.com
110
- themahjongtable.com
111
- mahjongjia.com
112
- mahjongis.fun
113
- mahjongfriends.party
114
- mahjongfriends.club
115
- mahjongfriends.fun
116
- damahjong.party
117
- damahjong.club
118
- damahjong.fun
119
- mahjong.gold
120
- ```
You can’t perform that action at this time.
0 commit comments