Skip to content

Commit

Permalink
update socket io to v3 on JS web-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk committed Dec 20, 2023
1 parent 01d8e88 commit 71b3a0a
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 294 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
front/dist

# local env files
.env.local
Expand Down
8 changes: 8 additions & 0 deletions front/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# front

## Project setup
Node version: This was compiled for node v8 and using Intel macbook
hence - configure node to use:
```
nvm install 8
nvm use 8
```
M1 is not supported here;

```
npm install
```
Expand Down
Loading

0 comments on commit 71b3a0a

Please sign in to comment.