Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #12

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ Install `MW YTF` with yarn​:

### Scripts

| Command | Description |
| :------------ | :---------------------------------------------------------------- |
| `yarn start` | Runs the app in development mode. |
| `yarn test` | Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit. |
| `yarn build` | Builds the skill for production to the `dist` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified, and the filenames include the hashes. Your skill is ready to be deployed. |
| Command | Description |
| :----------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `yarn start` | Runs the app in development mode. |
| `yarn test` | Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit. |
| `yarn build` | Builds the skill for production to the `dist` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified, and the filenames include the hashes. Your skill is ready to be deployed. |

## Skill trigger

- [Credentials](https://start.1password.com/open/i?a=KBXK36HQOFATFGS55MUTEP54XM&h=matterway.1password.com&i=tcwoz4g7xxfyxmq46faeywn5i4&v=vyzebl4klpdt6t6ttafsctogze)
- Steps to trigger:
- go to https://yetiforce.matterway.io/index.php?module=Home&view=DashBoard
- navigate to the Dashboard page from sidebar under Virtual Desk.

## Additional Notes​

Expand Down
Loading