Run the command from the repo root.
docker build -t functionalscript ./dockerdocker run -it functionalscriptOr clean version w/o network:
docker run --rm -it --network none functionalscriptcargo testnpm testdeno task testbun test
See CONTRIBUTING.md for the full list of equivalent ways to run the FunctionalScript test suite.
rustup component add clippy
rustup component add rustfmt
# Install Node.js dependencies.
npm ci
# Install Rust dependencies.
cargo fetch
rustup show
node -v