Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Varshithvhegde committed Oct 18, 2023
1 parent 6ffdd48 commit 2a01978
Show file tree
Hide file tree
Showing 24 changed files with 2,688 additions and 791 deletions.
Empty file added .env
Empty file.
14 changes: 14 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"targets": {
"notecode-f83f4": {
"hosting": {
"notecode": [
"notecode-f83f4"
]
}
}
},
"projects": {
"default": "notecode-f83f4"
}
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ testem.log
# System files
.DS_Store
Thumbs.db

# Firebase
.firebase
*-debug.log
.runtimeconfig.json
/src/environments/environment.ts
14 changes: 13 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": []
Expand Down Expand Up @@ -87,12 +88,23 @@
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": []
}
},
"deploy": {
"builder": "@angular/fire:deploy",
"options": {
"version": 2,
"browserTarget": "notecode:build:production"
}
}
}
}
},
"cli": {
"analytics": "7145f238-aaff-49dc-a5c3-751575d20ac4"
}
}
}
9 changes: 9 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"hosting": [
{
"target": "notecode",
"source": ".",
"frameworksBackend": {}
}
]
}
Loading

0 comments on commit 2a01978

Please sign in to comment.