Commit Graph

11 Commits

Author SHA1 Message Date
efim ef63cd474f feat: adding assebly
run with
 java -jar ./target/scala-3.3.0/priceGrid-assembly-0.0.1.jar
build with
assebly command in sbt
2023-06-26 18:50:36 +00:00
efim 44340882ab feat: moving to sbt for building
it will be able to build into nix with sbt-derivation
oh well
2023-06-26 18:42:42 +00:00
efim dbe2cd47da feat: accepting port and host
using lihaoyi mainargs, yay
and running .main on custom cask.Main

had a problem with run arguments "port" and "host" having same name as
inner attributes of cask.Main and i guess infinite recursion when i
tried to reference outer args, the more you know
2023-06-26 16:43:05 +00:00
efim a5402c1fe2 refactor(11): allow passing routes configuration 2023-06-26 15:37:30 +00:00
efim e5210fb26f fix(11): style & sizes 2023-06-26 14:14:48 +00:00
efim 57e0347c53 feat(11): adding font from google fonts 2023-06-26 14:03:42 +00:00
efim 88fe55bf45 feat(11): styling for mobile and desktop 2023-06-26 13:58:59 +00:00
efim 5294516707 refactor(11): putting index.html into scalatags 2023-06-26 10:35:08 +00:00
efim 05cdea56de feat(11): adding static files and task style guide 2023-06-26 08:02:26 +00:00
efim 6fec3d54ee init(11): setting up tailwindcss 2023-06-26 06:55:28 +00:00
efim 4475943a98 init(11): simplest scala scaffolding 2023-06-26 06:55:23 +00:00