- Install tilt
- here is a quick introduction and tutorial about tilt
- You need to have a local kubernetes engine. There are a number of options depending on your environment and operating system. More details here
- Modify
jaseci.Dockerfile
- to add any additional dependencies needed for your project.
- copy your jac project source code into the docker (via the
COPY
command) - modify last line
jac run
to use your main jac file.
- Run
tlilt up