Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 492 Bytes

CodeBurl

Enhancing Multi-Language Development in Scientific Visualization Through Visual Programming

Running Locally

pre-requisite

We suggest setting up the environment using conda, and it's important to make sure that npm is installed prior to executing the scripts that follow.

Developing

Afterwards, you can install dependencies with npm install (or pnpm install or yarn), and start a development server:

npm update
npm install
npm run dev -- --open