Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-v3 committed Oct 19, 2024
0 parents commit cc86cdb
Show file tree
Hide file tree
Showing 33 changed files with 28,601 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 @@
{
"singleQuote": true
}
402 changes: 402 additions & 0 deletions index.html

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "bootstrap",
"version": "1.0.0",
"description": "to learn bootstrap installation along with sass",
"main": "index.js",
"scripts": {
"compile:sass": "sass --no-source-map src/scss:src/css --watch"
},
"author": "Harsh-v3",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"bootstrap": "^5.3.3",
"sass": "^1.79.4"
}
}
Loading

0 comments on commit cc86cdb

Please sign in to comment.