repositorypackage
0.0.0-20240802211000-0ba867b3cd3e
Repository: https://github.com/cufee/shopping-list.git
Documentation: pkg.go.dev
# README
Listik
Dependencies
- Gomponents
- Gomponents+ should be used where possible
- Bulma
Development
In order to use auth, you need to do the following
- Create a Google Cloud account and generate a new Client ID, auth scopes can stay default - no need for any additional scopes
- Sign up for ngrok and install the cli
Requirements
- go
- check the version in
go.mod
- check the version in
- cosmtrek/air
- Task
- Setup
.env
by runningcp .env.example .env
and adjust values where needed
Start the app locally
task dev