This is the source code for the formFUN.dev website. It is built using Astro, Tailwind CSS, and SolidJS.
This tool was created as a demo for my Netlify Compose 2024 talk, Why HTML Forms Still Rule the Web
If you're interested in contributing to the project, please read the Contributing Guidelines.
- Run
npm install
to install dependencies. - Run
npm run dev
to start the local development server. - Open http://localhost:4321 in your browser.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Feel free to check out the documentation for each technology used:
- Astro documentation | Astro Discord
- Tailwind CSS documentation | Tailwind Community
- SolidJS documentation | SolidJS Discord
Join these communities to connect with other developers and get help!