Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eesuhn/next-gh-starter
Starter Kit for Next with GitHub Pages
https://github.com/eesuhn/next-gh-starter
bun nextjs shadcn
Last synced: 18 days ago
JSON representation
Starter Kit for Next with GitHub Pages
- Host: GitHub
- URL: https://github.com/eesuhn/next-gh-starter
- Owner: eesuhn
- License: mit
- Created: 2024-12-01T06:11:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T13:51:25.000Z (19 days ago)
- Last Synced: 2025-01-05T14:38:07.349Z (19 days ago)
- Topics: bun, nextjs, shadcn
- Language: TypeScript
- Homepage: https://eesuhn.github.io/next-gh-starter/
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## `next-gh-starter`
![nextjs][nextjs] ![shadcn][shadcn] ![bun][bun]
### Getting Started 🚀
> [!IMPORTANT]
> Install `Bun` before proceeding.
`curl -fsSL https://bun.sh/install | bash`1. `bun i` to install all necessary dependencies.
2. Start the development server for `Next.js`:
```bash
bun run dev
```[![Buy Me A Coffee][coffee]](https://buymeacoffee.com/eesuhn)
[nextjs]: https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=next.js&logoColor=white
[shadcn]: https://img.shields.io/badge/shadcn/ui-000000?style=for-the-badge&logo=shadcn/ui&logoColor=white
[bun]: https://img.shields.io/badge/Bun-000?logo=bun&logoColor=fff&style=for-the-badge
[coffee]: https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FF813F?style=for-the-badge&logo=buy-me-a-coffee&logoColor=white