Skip to content

Latest commit

 

History

History

src_gleam

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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