https://github.com/hyperjumptech/hyperjump.tech
The website of hyperjump.tech
https://github.com/hyperjumptech/hyperjump.tech
Last synced: about 1 year ago
JSON representation
The website of hyperjump.tech
- Host: GitHub
- URL: https://github.com/hyperjumptech/hyperjump.tech
- Owner: hyperjumptech
- License: mit
- Created: 2024-07-08T07:43:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T09:23:39.000Z (about 1 year ago)
- Last Synced: 2025-05-07T18:16:44.719Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://hyperjump.tech/
- Size: 23.5 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
The repository for Hyperjump Technology's landing page. [https://hyperjump.tech](https://hyperjump.tech)
# Getting Started
- Clone the repository
- Install dependencies using [Bun](https://bun.sh): `bun install`
- Run the development server: `bun dev`
# Tech Stack
- [Next.js](https://nextjs.org) with App Router.
- [Tailwind CSS](https://tailwindcss.com) and [Shadcn/UI](https://ui.shadcn.com/).
- [simple-i18n-next](https://github.com/nicnocquee/simple-i18n-next#readme).
- [TypeScript](https://www.typescriptlang.org).
# Pull Request Preview
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.
# Deployment
The website is deployed to GitHub Pages using the [export output](https://nextjs.org/docs/app/building-your-application/deploying/static-exports#configuration) of Next.js.
# License
MIT