Compare commits
4 Commits
7269a51188
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 11c6c11388 | |||
| b8d6234886 | |||
| 45e8d2a19f | |||
| 380b1ebb0a |
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,24 +1,16 @@
|
|||||||
|
# Dependencies
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Build output
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/settings.json
|
||||||
|
|
||||||
|
# OS
|
||||||
|
Thumbs.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
|
||||||
/dist
|
|
||||||
|
|
||||||
/tests/e2e/videos/
|
# Environment
|
||||||
/tests/e2e/screenshots/
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
.env.local
|
||||||
.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*
|
|
||||||
|
|||||||
15
README.md
15
README.md
@@ -1,8 +1,19 @@
|
|||||||
# sockeye
|
# AyaNova client ui
|
||||||
|
|
||||||
## Project setup
|
## 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
|
### Compiles and hot-reloads for development
|
||||||
|
|||||||
Reference in New Issue
Block a user