https://github.com/seboran/un-zeste-de-citron
https://github.com/seboran/un-zeste-de-citron
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/seboran/un-zeste-de-citron
- Owner: Seboran
- License: gpl-3.0
- Created: 2025-01-27T18:56:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T12:15:36.000Z (over 1 year ago)
- Last Synced: 2025-03-09T13:22:45.871Z (over 1 year ago)
- Language: Vue
- Homepage: https://un-zeste-de-citron.vercel.app
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Un zeste de citron
Tired of writing web forms? Generate yours!
## Features
- `vue.js` form generation
- `zod` integration
- unit tests with `testing-library`
## Local run
```sh
pnpm i
pip install -r requirements.txt
pnpm dev
```