Files
linea-monorepo/bridge-ui/Makefile
Victorien Gauch 7566fab773 Feat(3102): add menu and history page (#3852)
* fix: refactor state management

* fix: update pnpm lock file and use fixed version for zustand

* feat: add sidebar menu and mobile menu + transaction history page

* feat: add side bar menu and history page

* fix: remove unused code + update TransactionClaimButton component

* fix: update dockerfile to remove warning during build
2024-09-10 13:08:37 +02:00

10 lines
120 B
Makefile

SERVICE := LINEA BRIDGE UI
bold := $(shell tput bold)
sgr0 := $(shell tput sgr0)
# Dev
.PHONY: dev
dev:
pnpm run dev