blank things
parent
e916768c8c
commit
9e0a4cac72
14
README.md
14
README.md
|
@ -1,3 +1,15 @@
|
||||||
# bbj2
|
# bbj2
|
||||||
|
|
||||||
being a new version of bbj
|
being a rewrite of [bbj](https://github.com/desvox/bbj). Intended for use on [tilde town](https://tilde.town), but of course can be used elsewhere.
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- [ ] server
|
||||||
|
- [ ] config
|
||||||
|
- [ ] db setup
|
||||||
|
- [ ] auth
|
||||||
|
- [ ] authoring
|
||||||
|
- [ ] fetching
|
||||||
|
- [ ] user api
|
||||||
|
- [ ] client
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("bbj2 client")
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("bbj2 server")
|
||||||
|
}
|
Loading…
Reference in New Issue