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

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

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
```