Skip to content

aosasona/dot_js_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

You need to have the dotenv package cloned locally and point your gleam.toml definition to the location. Run the following command to build the code:

gleam build

Running tests

Run the following commands to test the code in each supported runtime:

Node

node ./build/dev/javascript/dot_js_test/gleam.main.mjs

Bun

bun ./build/dev/javascript/dot_js_test/gleam.main.mjs

Deno

deno run --allow-read --allow-env ./build/dev/javascript/dot_js_test/gleam.main.mjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages