https://github.com/data-exp-lab/codeburl
https://github.com/data-exp-lab/codeburl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/data-exp-lab/codeburl
- Owner: data-exp-lab
- Created: 2023-11-07T18:09:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T20:32:03.000Z (over 2 years ago)
- Last Synced: 2024-01-24T00:11:25.475Z (over 2 years ago)
- Language: Svelte
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
npm update
npm install
npm run dev -- --open
```