Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomphill committed Oct 19, 2022
0 parents commit 19d5717
Show file tree
Hide file tree
Showing 31 changed files with 13,870 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"tabWidth": 2
}
565 changes: 565 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "tailwind-course-starter",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tw:build": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"@check-light-or-dark/color": "^1.0.3",
"@fortawesome/fontawesome-free": "^6.2.0"
}
}
5,930 changes: 5,930 additions & 0 deletions src/assets/fontawesome/js/all.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/assets/fontawesome/js/all.min.js

Large diffs are not rendered by default.

737 changes: 737 additions & 0 deletions src/assets/fontawesome/js/brands.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/assets/fontawesome/js/brands.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 19d5717

Please sign in to comment.