Skip to content

joelazar/mojo-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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