/hydrocarbon

integrated content consumption

Primary LanguageCSSMIT LicenseMIT

hydrocarbon

news reader for dinosaurs

development

Run a copy of postgres somewhere with

docker run -p 5432:5432 postgres:alpine
go get -u github.com/fortytw2/hydrocarbon/...
cd $GOPATH/src/github.com/fortytw2/hydrocarbon/ui
yarn
cd $GOPATH/src/github.com/fortytw2/hydrocarbon/cmd/hydrocarbon
go generate $(go list ../../... | grep -v vendor) && go build -i . && POSTGRES_DSN=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable ./hydrocarbon

TODO: document deps

license

mit