Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahreziadh/typehere
Open source Super clean & simple Form building & Survey 🍕
https://github.com/fahreziadh/typehere
drizz form libsql sqlite survey svelte sveltekit tailwindcss turso
Last synced: about 6 hours ago
JSON representation
Open source Super clean & simple Form building & Survey 🍕
- Host: GitHub
- URL: https://github.com/fahreziadh/typehere
- Owner: fahreziadh
- Created: 2024-03-07T03:30:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T18:45:45.000Z (8 months ago)
- Last Synced: 2024-04-07T01:54:54.352Z (8 months ago)
- Topics: drizz, form, libsql, sqlite, survey, svelte, sveltekit, tailwindcss, turso
- Language: Svelte
- Homepage: https://typehere.fun
- Size: 382 KB
- Stars: 46
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![logo](https://github.com/fahreziadh/typehere/assets/20290953/22dd6bca-038e-4c98-af69-ef37df8c25aa)
Typehere
An open-source form builder & survey.## Developing
Once you've created a project and installed dependencies with `bun install` (or `pnpm install` or `yarn`), start a development server:
```bash
bun run dev# or start the server and open the app in a new browser tab
bun run dev -- --open
```## Building
To create a production version of your app:
```bash
bun run build
```You can preview the production build with `bun run preview`.