Getting Started
Clone project
Clone this repo using below command. This method is suitable for direct contributions to the TUUI repository.
shell
$ git clone https://github.com/AI-QL/tuui <PROJECT_NAME>
Installation
After cloning the project, run the following command in the terminal:
shell
# via npm
$ npm i
# via yarn (https://yarnpkg.com)
$ yarn install
# via pnpm (https://pnpm.io)
$ pnpm i
Run in development environment
Applications in the development environment run through Vite.
shell
$ npm run dev
If your application doesn't appear after running command line commands, you may need to review if the default port is being used by another app.
Vite uses port 5173
by default.