Skip to content

to start it nowdays - 02.2026 #18

@zoldaten

Description

@zoldaten

on windows i have addition steps to start it working:
npm install wasm-pack
npm install next@latest //this install Next.js 16.1.6

fix next.config.js adding 1 string:

module.exports = {
output: "export",
basePath: "/dtvis",
experimental: {
webpackBuildWorker: true,
},
turbopack: {},
webpack: (
config,

ps. have to install rust - https://rust-lang.org/tools/install/
and build parser "by hands":

cd dtvis\parser
wasm-pack build

and here we go !

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions