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!
- Host: GitHub
- URL: https://github.com/rangerdigital/hao
- Owner: RangerDigital
- License: gpl-3.0
- Created: 2022-05-11T16:20:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T19:32:44.000Z (over 3 years ago)
- Last Synced: 2025-03-24T08:48:30.654Z (over 1 year ago)
- Language: Vue
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```