Commit Graph

17 Commits

Author SHA1 Message Date
Alex Bozhenko aa138d5a19
Fix go tools (#829)
* update to go 1.24

* run go mod tidy

* make qtc a go tool

* remove tools installation from dockerfile dev

since it is now taken care of by the go tool command

* update makefile to use go tool task
2025-04-12 08:27:49 -06:00
Andrew Welch 940f09b3c4 refactor: Remove `git lfs` from `Docker-dev` & GitHub CI actions 2024-12-11 13:29:14 -05:00
Andrew Welch 2fe3713f39 refactor: `nodejs`, `npm`, and `pnpm` are needed for the `libpub` task 2024-12-09 00:11:53 -05:00
Andrew Welch fdc73d5d9c refactor: Add `flyctl` back in so `make task deploy` can be done locally 2024-12-01 19:05:16 -05:00
Andrew Welch d165916b49 refactor: Remove flyctl 2024-12-01 18:54:20 -05:00
Andrew Welch 5cfec4ea7a refactor: Make fly alias 2024-12-01 18:10:24 -05:00
Andrew Welch 093b4bdcfa refactor: Install `flyctl` 2024-12-01 17:07:40 -05:00
Andrew Welch 91b58933e7
feat: Preliminary work to switch to Ubuntu, so headless chrome can work (#232) 2024-11-24 21:46:02 -08:00
Delaney 6b5b3a62a6
Reorg the project, c/p from https://github.com/starfederation/datastar-restructure-interim #211 (#212) 2024-11-22 00:11:04 -08:00
Ben Croker df7cd11f13
Merge branch 'main' into feature/docker-dev 2024-11-04 10:17:13 +01:00
Andrew Welch 706344fa14 feat: Install templ cli 2024-11-03 19:08:02 -05:00
Andrew Welch a623df49bd fix: Build the necessary components inside the running container rather than in the Dockerfile 2024-11-03 18:44:54 -05:00
Andrew Welch 8ccc8bd33a
Feature/docker dev (#203)
* feat: Initial docker-dev work

* refactor: Use -c

* refactor: do a fetch & pull too

* feat: Use the vite devserver when doing local development

* refactor: Add taskfile

* feat: Build the backend ahead of time so it’s cached

* feat: Clean up clean

* docs: Add documentation for Datastar Docker dev

* refactor: Add the package.json since the Taskfile tries to read it
2024-11-03 05:13:57 -08:00
Andrew Welch 4fc8a74b86 refactor: Add the package.json since the Taskfile tries to read it 2024-11-03 05:19:35 -05:00
Andrew Welch 5ddb55b0ad feat: Build the backend ahead of time so it’s cached 2024-11-02 00:15:53 -04:00
Andrew Welch 839446db67 refactor: Add taskfile 2024-11-01 23:58:14 -04:00
Andrew Welch 1c4eff6e21 feat: Initial docker-dev work 2024-11-01 19:18:41 -04:00