-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7ab870
commit e5ac5ab
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |