An open API service indexing awesome lists of open source software.

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

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