Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elsoul/skeet-v3-next-ssg-rc
Skeet v3 Frontend - Next.js Static Site Generation RC
https://github.com/elsoul/skeet-v3-next-ssg-rc
approuter cloudflare cloudflare-pages deno frontend next-export next15 nextjs react-compiler ssg static-site-generation tailwindcss typescript
Last synced: 12 days ago
JSON representation
Skeet v3 Frontend - Next.js Static Site Generation RC
- Host: GitHub
- URL: https://github.com/elsoul/skeet-v3-next-ssg-rc
- Owner: elsoul
- License: apache-2.0
- Created: 2024-06-05T13:01:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T01:02:06.000Z (about 1 month ago)
- Last Synced: 2024-12-04T20:45:33.158Z (20 days ago)
- Topics: approuter, cloudflare, cloudflare-pages, deno, frontend, next-export, next15, nextjs, react-compiler, ssg, static-site-generation, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://skeeter.dev
- Size: 46.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This is the RC for the docs code of skeet v3.
Demo: https://skeeter.dev/
## Features
- Edge-Native
- Static Site Generation
- i18n Native
- Next.js App Router
- React Compiler (Always optimizes memoization for production)
- Green Coding## Built with
- [Deno](https://deno.com/)
- [Next.js](https://nextjs.org/)
- [Cloudflare Pages](https://pages.cloudflare.com/)
- [Wrangler](https://developers.cloudflare.com/workers/wrangler/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [next-intl](https://next-intl-docs.vercel.app/)
- [React Compiler](https://react.dev/learn/react-compiler)
- [shadcn/ui](https://ui.shadcn.com/)
- [Next Sitemap](https://github.com/iamvishnusankar/next-sitemap)## Getting Started
First, run the development server:
```bash
deno i
deno task dev
```Open [http://localhost:4242](http://localhost:4242) with your browser to see the result.
### Add Components
You can add the high-quality UI components from [shadcn/ui](https://ui.shadcn.com/)
You can also use [v0](https://v0.dev/) which is a UI generator with shadcn/ui from simple text prompts and images.
## References
- [Next.js App Routing](https://nextjs.org/docs/app/building-your-application/routing)
- [Static Site Generation (SSG)](https://nextjs.org/docs/pages/building-your-application/rendering/static-site-generation)
- [Static Exports](https://nextjs.org/docs/app/building-your-application/deploying/static-exports)## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in the Skeet project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet/blob/master/CODE_OF_CONDUCT.md).