Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ SINGLESTORE_PASSWORD="password"
SINGLESTORE_HOST="localhost"
SINGLESTORE_PORT="1000"
SINGLESTORE_DATABASE="database"

# Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=some-publishable-key
CLERK_SECRET_KEY=some-secret-key
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Tracking progress on key features and tasks for the project.

- [x] πŸ›’οΈ Set up the database and define data models
- [x] πŸ”— Sync folder open state with the URL
- [ ] πŸ” Implement user authentication
- [x] πŸ” Implement user authentication
- [ ] πŸ“ Enable file upload functionality
- [ ] πŸ“Š Add analytics tracking

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^6.21.0",
"@libsql/client": "^0.14.0",
"@radix-ui/react-slot": "^1.2.3",
"@t3-oss/env-nextjs": "^0.12.0",
Expand Down
Loading