Skip to content

vimaec/vim-webgl-app

Repository files navigation

VIM WebGL Test App

Setup

# check out this repository
npm install
npm run dev

# Open your browser at http://localhost:3000
# By default, it should load a VIM file from a hard-coded URL.

Tinkering

The entry point of the application is under src/main.tsx.

Release

# Increment the version number
npm run replace-version

# Build
npm run build

# Test the dev build
npm run serve-dev

# Build the release version
npm run release

# ...commit to your branch, make a PR into the main branch, merge.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published