File tree 9 files changed +3457
-0
lines changed
9 files changed +3457
-0
lines changed Original file line number Diff line number Diff line change
1
+ index-dev.html
2
+ design.jp * g
3
+ /screenshots /
4
+
5
+ # ## macOS ###
6
+ # General
7
+ .DS_Store
8
+ .AppleDouble
9
+ .LSOverride
10
+
11
+ # Icon must end with two \r
12
+ Icon
13
+
14
+
15
+ # Thumbnails
16
+ ._ *
17
+
18
+ # Files that might appear in the root of a volume
19
+ .DocumentRevisions-V100
20
+ .fseventsd
21
+ .Spotlight-V100
22
+ .TemporaryItems
23
+ .Trashes
24
+ .VolumeIcon.icns
25
+ .com.apple.timemachine.donotpresent
26
+
27
+ # Directories potentially created on remote AFP share
28
+ .AppleDB
29
+ .AppleDesktop
30
+ Network Trash Folder
31
+ Temporary Items
32
+ .apdisk
33
+
34
+ # ## Node ###
35
+ # Logs
36
+ logs
37
+ * .log
38
+ npm-debug.log *
39
+ yarn-debug.log *
40
+ yarn-error.log *
41
+ lerna-debug.log *
42
+ .pnpm-debug.log *
43
+
44
+ # Diagnostic reports (https://nodejs.org/api/report.html)
45
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
46
+
47
+ # Runtime data
48
+ pids
49
+ * .pid
50
+ * .seed
51
+ * .pid.lock
52
+
53
+ # Directory for instrumented libs generated by jscoverage/JSCover
54
+ lib-cov
55
+
56
+
57
+
58
+
59
+
60
+ # Bower dependency directory (https://bower.io/)
61
+ bower_components
62
+
63
+ # node-waf configuration
64
+ .lock-wscript
65
+
66
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
67
+ build /Release
68
+
69
+ # Dependency directories
70
+ node_modules /
71
+ jspm_packages /
72
+
73
+ # Snowpack dependency directory (https://snowpack.dev/)
74
+ web_modules /
75
+
76
+
77
+
78
+ # Optional npm cache directory
79
+ .npm
80
+
81
+ # Optional eslint cache
82
+ .eslintcache
83
+
84
+ # Optional stylelint cache
85
+ .stylelintcache
86
+
87
+ # Microbundle cache
88
+ .rpt2_cache /
89
+ .rts2_cache_cjs /
90
+ .rts2_cache_es /
91
+ .rts2_cache_umd /
92
+
93
+
94
+
95
+ # Output of 'npm pack'
96
+ * .tgz
97
+
98
+ # Yarn Integrity file
99
+ .yarn-integrity
100
+
101
+ # dotenv environment variable files
102
+ .env
103
+ .env.development.local
104
+ .env.test.local
105
+ .env.production.local
106
+ .env.local
107
+
108
+
109
+ # Stores VSCode versions used for testing VSCode extensions
110
+ .vscode-test
Original file line number Diff line number Diff line change
1
+
2
+
3
+
4
+ # A collection of Tailwindcss components
5
+
6
+
7
+
8
+ The repository contains a collection of components made by Tailwindcss framework.
9
+
10
+ <br >
11
+
12
+ ## Collection List
13
+
14
+ - ** [ Profile card] ( profile-card.html ) **
15
+
16
+ <br >
17
+ <br >
18
+
19
+ ## Installation & Development
20
+
21
+
22
+
23
+ For furthur development, Tailwindcss and Node.js dependencies need to be installed by npm.
24
+
25
+
26
+
27
+ ``` bash
28
+
29
+ npm install
30
+
31
+ ```
32
+
33
+
34
+
35
+ In development, Tailwind CLI will be needed to watch and build the style.css
36
+
37
+
38
+
39
+ ``` bash
40
+
41
+ npm run build
42
+
43
+ ```
You can’t perform that action at this time.
0 commit comments