This is a project to create a Web-GL based Terrain Generator, implemented in TypeScript. You can find the demo at terrain.ringeisen.dev.
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Web Test Runnerlint
runs the linter for your project