- Make sure go1.24.4 is installed on your machine.
- Clone this repository and
cd
into the folder. - Install dependencies with
go mod tidy
- Run the app with
go run main.go init
or build an executable withgo build main.go
- Manage to your grocery list:
go run main.go init
to start the application.go run main.go help
to show the help menu (upcoming).