> For the complete documentation index, see [llms.txt](https://postr-inc.gitbook.io/visi.js-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postr-inc.gitbook.io/visi.js-docs/installing.md).

# Installing

To install visi.js you can either use npm or npx, or pnpm

```bash
npm i visiapp@latest -g
npx visiapp@latest create <name>
pnpm add visiapp@latest
```

This installs <https://www.npmjs.com/package/visiapp> which is a cli app, made to make life easier with importing Visi & components&#x20;

Next you can run the `serve` method using `visiapp` which runs a http and https webpage that auto minifies files when user visits the page.

```bash
visiapp serve // in the main directory!
```
