Skip to content

Commit

Permalink
auth implemented with clerk revised
Browse files Browse the repository at this point in the history
  • Loading branch information
itssubhodiproy committed May 25, 2024
1 parent ef956d8 commit ff156fd
Show file tree
Hide file tree
Showing 8 changed files with 2,000 additions and 1,433 deletions.
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ADD REACT ROUTER DOM TO THE PROJECT for auth routes and add sign-up page (access clerk dashboard) (NOT IMP)
ADD Credit system to the project so that user can use project for free for some time (MOST IMP #1)
ADD Payment gateway to the project so that user can pay for the service (MOST IMP #2)
ADD RAG system for custom memory
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^5.2.1",
"@react-three/drei": "9.75.0",
"@react-three/fiber": "8.13.3",
"@react-three/xr": "^5.7.1",
Expand Down
Loading

0 comments on commit ff156fd

Please sign in to comment.