https://github.com/kubesimplify/kubehack
Repo for Kubesimplify Hackathon
https://github.com/kubesimplify/kubehack
Last synced: 10 months ago
JSON representation
Repo for Kubesimplify Hackathon
- Host: GitHub
- URL: https://github.com/kubesimplify/kubehack
- Owner: kubesimplify
- License: mit
- Created: 2023-01-12T10:32:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T08:43:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T22:34:46.768Z (10 months ago)
- Language: TypeScript
- Homepage: https://kubehack.com/
- Size: 213 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm ci
npm run dev
# or
yarn
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.