Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagthefriend/script-savvy
Nextjs Blog Website
https://github.com/jagthefriend/script-savvy
clerk daisyui nextjs prisma supabase t3 tailwind typescript
Last synced: 29 days ago
JSON representation
Nextjs Blog Website
- Host: GitHub
- URL: https://github.com/jagthefriend/script-savvy
- Owner: JagTheFriend
- License: cc0-1.0
- Created: 2024-05-13T15:48:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T17:18:11.000Z (about 2 months ago)
- Last Synced: 2024-10-10T01:44:13.797Z (29 days ago)
- Topics: clerk, daisyui, nextjs, prisma, supabase, t3, tailwind, typescript
- Language: TypeScript
- Homepage: https://script-savvy.vercel.app
- Size: 796 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Script Savvy
This is a simple blog website built using [T3 Stack](https://create.t3.gg/) and server actions.
## Technologies used
- [Next.js](https://nextjs.org)
- [Prisma](https://prisma.io)
- [Tailwind CSS](https://tailwindcss.com)
- [DaisyUI](https://daisyui.com/)
- [Clerk](https://clerk.com/)## How to run
1. Clone this repository
2. Install dependencies using `pnpm install`
3. Update your `.env` file
4. Run `pnpm db:push` to push schema to database
5. Run `pnpm dev` to start the development server### Contribution
Feel free to contribute to this project by creating a [pull request](https://github.com/JagTheFriend/Script-Savvy/pulls) or [opening an issue](https://github.com/JagTheFriend/Script-Savvy/issues).
## NOTE
The [website](https://script-savvy.vercel.app/) may not work properly due to usuage limits!