Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 6, 2024
1 parent a7ab870 commit e5ac5ab
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# About HUNT Cloud

Tested with node18.
Make sure to have `node>=18` installed

Install dependencies:
## Setup development environment

```bash
mamba create -n node20 -y "python==3.12.*" "nodejs==20.*" "yarn"

mamba activate node20
```

## Running

Install dependencies:

```bash
yarn install
```

Run dev locally:

```
```bash
yarn dev
```

0 comments on commit e5ac5ab

Please sign in to comment.