kit
kit copied to clipboard
how can i start this project
I am still working on this project actively. It is not production ready now. There will be docker-compose files provided in the future.
@Goxiaoy Getting this error any idea. Did I miss anything here?
make[1]: Entering directory '/home/auzmor/product/core/sumelms/go-saas-kit/user'
buf generate ../proto --path ../proto/user
Failure: plugin validate: could not find protoc plugin for name validate
make[1]: *** [Makefile:37: api] Error 1
make[1]: Leaving directory '/home/auzmor/product/core/sumelms/go-saas-kit/user'
make: *** [Makefile:48: all] Error 2
@k2glyph call init before make
make init
Or you can run docker-compose to start the headless version. (ui is still in progress)
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build
Thanks @Goxiaoy