Gleam code Do not run gleam build or gleam run The way the project works you will need to positionate on the root folder of the project and use the npm/pnpm commands: // Dev (equivalent to gleam run) $ pnpm start // Build (equivalent to gleam build -target javascript) $ pnpm build