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 66d44bc7f3 fix: Fix issue with `make task` 2024-12-01 17:00:32 -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
Andrew Welch 48134fe0ff refactor: Add targets to PHONY 2024-11-22 16:14:51 -05:00
Andrew Welch 787bb7044f feat: Add `make clean` 2024-11-22 16:12:54 -05:00
Andrew Welch ddbd0804d1 feat: Add `make test` & remove vestigial “npm” references in the comments 2024-11-22 15:21:59 -05:00
Andrew Welch f696d693ac fix: Fix default `make dev` task 2024-11-22 15:19:28 -05: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 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 78cd6d94df feat: Clean up clean 2024-11-02 00:55:25 -04:00
Andrew Welch 839446db67 refactor: Add taskfile 2024-11-01 23:58:14 -04:00
Andrew Welch 1e6558168e refactor: do a fetch & pull too 2024-11-01 19:39:15 -04:00
Andrew Welch 816e3410a1 refactor: Use -c 2024-11-01 19:30:42 -04:00
Andrew Welch 1c4eff6e21 feat: Initial docker-dev work 2024-11-01 19:18:41 -04:00