Skip to content

Commit

Permalink
feat: emails Notifications using Resend (#8)
Browse files Browse the repository at this point in the history
* feat: external

Signed-off-by: Abhishek kushwaha <abhishekkushwaha1479@gmail.com>

* chore: cleaned the project roadmap

Signed-off-by: Abhishek kushwaha <abhishekkushwaha1479@gmail.com>

* feat: emails using resend

Signed-off-by: Abhishek kushwaha <abhishekkushwaha1479@gmail.com>

---------

Signed-off-by: Abhishek kushwaha <abhishekkushwaha1479@gmail.com>
  • Loading branch information
Abbhiishek authored May 9, 2024
1 parent 8c63370 commit 0b541d4
Show file tree
Hide file tree
Showing 74 changed files with 146 additions and 2,789 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
Expand Down
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## Description
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9 changes: 0 additions & 9 deletions apps/admin/.eslintrc.js

This file was deleted.

28 changes: 0 additions & 28 deletions apps/admin/README.md

This file was deleted.

Binary file removed apps/admin/app/favicon.ico
Binary file not shown.
50 changes: 0 additions & 50 deletions apps/admin/app/globals.css

This file was deleted.

22 changes: 0 additions & 22 deletions apps/admin/app/layout.tsx

This file was deleted.

Loading

0 comments on commit 0b541d4

Please sign in to comment.