AskUI on Linux
Requirements
- Node.js version 16 or above
- npm in version 7.10 or above (usually comes with the Node.js installation)
- A text editor/IDE like Visual Studio Code
- ⚠️ Information for Wayland.
Access Token
As we need to prevent misuse of our API, we need you to create some credentials through our AskUI Studio (for free).
Please fill out this form to schedule a demonstration or request a trial to obtain access to AskUI Studio.
Installation
Open a directory where you would like to place the AskUI setup and run this command. The command will ask you a few questions on how to customize your setup. If you are unsure which value to select press the Enter
-key to select the default value. Also keep your workspace id
and your access token
ready which you created just before (We hope so 😉).
npx askui@latest init
note
To create and serve a static HTML-Report you have to install Allure and then call allure serve ./allure-results
from your root-directory.