Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 753 Bytes

Mojo playgroud

Experimenting with the Mojo 🔥 programming language.

Made with VHS

Requirements

Setup

  • Copy .envrc.template to .envrc and set the MODULAR_AUTH environment variable to a valid Modular auth token.

You can get a Modular auth token by logging into Modular.

# Build the docker image
docker-compose build

# Create the container
docker-compose up -d

# Enter the container
docker-compose exec mojo bash