Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the3dgar/next_devter_twitter_clone
Twitter killer
https://github.com/the3dgar/next_devter_twitter_clone
nextjs supabase tailwindcss typescript
Last synced: about 5 hours ago
JSON representation
Twitter killer
- Host: GitHub
- URL: https://github.com/the3dgar/next_devter_twitter_clone
- Owner: The3dgar
- Created: 2023-08-27T15:28:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T15:32:43.000Z (about 1 year ago)
- Last Synced: 2023-08-27T17:07:03.294Z (about 1 year ago)
- Topics: nextjs, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devter (twitter clone)
- implements nextjs experimental actions
- tailwind
- typescript
- nextui2
- supabase## .env
check __.env.template__ to __.env.local__
## services
- supabase ``` https://supabase.com/dashboard/projects ```
- github oauth ``` https://github.com/settings/apps ```## tutorial
- youtube ``` https://www.youtube.com/watch?v=V_kD2q_aoy8 ```
## get types from supabase
- npx supabase gen types typescript --project-id projectId* > ./src/app/types/types.ts
- projectId: from General settings on supabase