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

https://github.com/rangerdigital/hao

🤣 Just a well tested contact form!
https://github.com/rangerdigital/hao

Last synced: 5 months ago
JSON representation

🤣 Just a well tested contact form!

Awesome Lists containing this project

README

          

# Hao

🤣 Just a well tested contact form!

## Project Setup

```sh
npm install
```

### Hot-Reload for Development

```sh
npm run dev
```

### TCompile and Minify for Production

```sh
npm run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test
```