https://github.com/co-it/homepage
Official Homepage of co-IT.eu GmbH
https://github.com/co-it/homepage
homepage qwik
Last synced: 5 months ago
JSON representation
Official Homepage of co-IT.eu GmbH
- Host: GitHub
- URL: https://github.com/co-it/homepage
- Owner: co-IT
- Created: 2022-05-14T20:11:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T18:51:57.000Z (6 months ago)
- Last Synced: 2026-01-25T05:56:24.577Z (6 months ago)
- Topics: homepage, qwik
- Language: TypeScript
- Homepage: https://co-IT.eu
- Size: 61.9 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homepage
> The official homepage of [co-IT.eu GmbH](https://co-IT.eu)
## Prerequisites
- Please install
- the latest [Node LTS](https://nodejs.org) version
- the package manager [pnpm](https://pnpm.io/installation#using-npm)
## Get ready to contribute
- Clone/Fork this repository
- Install packages running `pnpm install`
- Start the dev-server `pnpm start`
- The browser will start automatically
- Congratulations, you are ready to code 👩💻
## Static Site Generator (Node.js)
```bash
pnpm build.server
```