Skip to content

Commit 9de67d4

Browse files
committed
init
0 parents  commit 9de67d4

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.DS_Store
2+
node_modules
3+
/dist
4+
5+
6+
# local env files
7+
.env.local
8+
.env.*.local
9+
10+
# Log files
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
pnpm-debug.log*
15+
16+
# Editor directories and files
17+
.idea
18+
.vscode
19+
*.suo
20+
*.ntvs*
21+
*.njsproj
22+
*.sln
23+
*.sw?

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Tailwindcss Tutorial Series
2+
3+
Source files for tailwindcss Tutorial Series on [CodeWithChu](https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw 'Subscribe to CodeWithChu Youtube Channel') YouTube Channel.
4+
5+
## @codewithchu
6+
7+
[YouTube](https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw 'CodeWithChu Youtube Channel')
8+
9+
[Instagram](https://www.instagram.com/codewithchu/ 'Follow CodeWithChu on Instagram')
10+
11+
[Twitter](https://twitter.com/codewithchu 'Follow CodeWithChu on Twitter')
12+
13+
[Facebook](https://www.facebook.com/codewithchu 'Like CodeWithChu on Facebook')

0 commit comments

Comments
 (0)