Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🍕

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