Skip to content

Commit

Permalink
document the new images
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Dec 13, 2023
1 parent b4cc80a commit e1732bd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ ScalaJS application shipped in [Backend](#backend).
It is recomended that you have 3 long running proccesses to develop this application:

1. backend: `sbt ~backend/reStart`
2. frontend scalajs: `sbt "~frontend/fastLinkJS"`
3. cd into `modules/frontend` and run `npm i && npm run dev`
2. cd into `modules/frontend` and run `npm i && npm run dev`
3. frontend scalajs: `sbt "~frontend/fastLinkJS"`

You could drop 3 if you've built it once and your backend is running serving the generated frontend assets.
## Dockerhub

The images are pushed to the [docker hub](https://hub.docker.com/repository/docker/daddykotex/smithy4s-code-generation/general) so you can deploy them on your own infrastructure.

## Fly.io

The images are pushed to the fly.io registry so that it can be deployed quickly from there.

Use the following command to use the right version of flyctl via nix:
`nix-shell -p flyctl -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/555bd32eb477d657e133ad14a5f99ac685bfdd61.tar.gz`

0 comments on commit e1732bd

Please sign in to comment.