/mojo-playground

Playground repo for Mojo

Primary LanguageDockerfile

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