Compare commits

..

4 Commits

Author SHA1 Message Date
11c6c11388 case 4642 2026-02-13 08:38:57 -08:00
b8d6234886 case 4642 2026-02-13 08:36:57 -08:00
45e8d2a19f case 4642 2026-02-13 08:21:57 -08:00
380b1ebb0a Update .gitignore 2026-02-12 18:22:09 -08:00
3 changed files with 26 additions and 22 deletions

32
.gitignore vendored
View File

@@ -1,24 +1,16 @@
# Dependencies
node_modules/
# Build output
dist/
# IDE
.vscode/settings.json
# OS
Thumbs.db
.DS_Store
node_modules
/dist
/tests/e2e/videos/
/tests/e2e/screenshots/
# local env files
# Environment
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
12.22.9

View File

@@ -1,8 +1,19 @@
# sockeye
# AyaNova client ui
## Project setup
```
npm install
First confirm all dependencies are installed as per AyaNova-client project's BUILT-ENVIRONMENT.md doc. They are very specific and in many cases outdated.
Then clone/checkout repository from GIT
Finally:
Install frontend dependencies:
cd c:\data\code\sockeye-client
npm ci
Note: Use `npm ci` (not `npm install`) to install exact versions from package-lock.json
```
### Compiles and hot-reloads for development