A website for visualizing technical descriptions of lots/surveys.
Install the latest NodeJS LTS version from the official website or through Node Version Manager: nvm
for Linux, and nvm-win
for Windows.
Afterwards, install dependencies (preferably pnpm
) with the following commands:
npm install -g pnpm
pnpm install
Start the development server with the following command.
pnpm run dev