The repository for Hyperjump Technology's landing page. https://hyperjump.tech
- Clone the repository
- Install dependencies using Bun:
bun install
- Run the development server:
bun dev
- Next.js with App Router.
- Tailwind CSS and Shadcn/UI.
- simple-i18n-next.
- TypeScript.
When a pull request is opened or updated, a preview of the changes will be generated and uploaded as an artifact. This allows you to review the changes before merging.
The website is deployed to GitHub Pages using the export output of Next.js.
MIT