https://github.com/huntdatacenter/about
About HUNT Cloud
https://github.com/huntdatacenter/about
Last synced: 2 months ago
JSON representation
About HUNT Cloud
- Host: GitHub
- URL: https://github.com/huntdatacenter/about
- Owner: huntdatacenter
- Created: 2023-01-26T09:49:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-01T08:15:30.000Z (2 months ago)
- Last Synced: 2026-04-08T12:49:56.594Z (2 months ago)
- Language: Vue
- Size: 41.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About HUNT Cloud
Make sure to have `node==24` installed
## Setup development environment
```bash
mamba create -n node24 -c conda-forge -y "python==3.13.*" "nodejs==24.*" "yarn"
mamba activate node24
yarn install
yarn dlx @yarnpkg/sdks vscode
```
## Running
```bash
mamba activate node24
```
Install dependencies:
```bash
yarn install
```
Run dev locally:
```bash
yarn dev
```
## Testing
Run tests:
```bash
yarn test
```