File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ = InForm
2
+
3
+ InForm is an open source form creation servicce.
4
+ It works in a fully anonymous way, without the burden of having to create a user, and completely free of any personal trackers.
5
+
6
+ == Features
7
+
8
+ - Create forms without registering
9
+ - Respond to forms without registering
10
+ - Hide the answers to your form behind a password
11
+ - Nicely formatted tables for the answers
12
+ - Modern, minimalistic and responsive UI for form creation and response
13
+
14
+ == Building
15
+
16
+ Building should work with the default dotnet tooling, however building an updated fronted requires Tailwind CSS to be installed.
17
+
18
+ [source]
19
+ ----
20
+ $ dotnet build
21
+ ----
22
+
23
+ .Build Tailwind CSS
24
+ [source]
25
+ ----
26
+ $ cd InForm.Web
27
+ $ tailwindcss -m -i Styles/app.css -o wwwroot/css/app.css <1>
28
+ ----
29
+ 1: You can leave the `-m` out for debugging purposes.
30
+
31
+ The frontend project is `InForm.Web` while the backend is `InForm.Server`.
32
+
33
+ == License
34
+
35
+ The project is licensed under the BSD 3-Clause license (SPDX: BSD-3-Clause).
36
+ For more information see `LICENSE.adoc`.
You can’t perform that action at this time.
0 commit comments