We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62291f8 commit 7b17b33Copy full SHA for 7b17b33
README.md
@@ -4,13 +4,10 @@
4
5
# Quick Start
6
7
-*Bootstrapper coming soon...*
8
-
9
-1. clone the project
10
-1. create a 'pages' folder next to `core.sh`
11
-1. run `start.sh` to run the server
12
-1. read the [htmx docs](https://htmx.org/)
13
-1. check out the 'examples' folder
+Create a new bash stack app:
+```
+curl -SsL create.bashsta.cc | bash
14
15
# ...Why?
16
@@ -24,11 +21,11 @@ not sure
24
21
- [x] cookie parsing
25
22
- [x] url search param parsing
26
23
- [x] multipart file uploads
27
-- [ ] better example apps
+- [x] better example apps
28
- [ ] docs?
29
- [ ] database abstraction
30
- [ ] higher level SSE abstraction
31
-- [ ] bootstrap tool (`create-bs-app`)
+- [x] bootstrap tool (`create-bs-app`)
32
33
## Disclaimer
34
0 commit comments