Skip to content

kelcheone/Goly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Get started

Spinnup the postgres Db

cd app
docker compose up -d

Install the dependencies...

Go

go mod tidy

Svelte

cd client
yarn install

...then start Rollup:

yarn dev