GitHub - picosh/pico: hacker labs
pico services
Read our docs at pico.sh.
development
golang >= 1.22.0
direnv to load environment vars
Initialize local env variables using direnv
echo dotenv > .envrc && direnv allow
Boot up database
docker compose up -f docker-compose.yml -f docker-compose.override.yml --profile db -d
Create db and migrate
Build services
All services are built inside the ./build folder.
If you want to start prose execute these binaries from the project root directory:
./build/prose-web
# in a separate terminal
....
Read more at github.com