To run an example, install gren, then navigate to the root of an example (the directory with gren.json in it), and compile and run with node:
gren make src/Main.gren
node app
To run an example, install gren, then navigate to the root of an example (the directory with gren.json in it), and compile and run with node:
gren make src/Main.gren
node app