> ## Documentation Index
> Fetch the complete documentation index at: https://docs.micleo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> This is a JAMstack app build with Vuejs and Vuetify. Deploy this app on Cloudflare Page.

<Frame>
  <img width="350" src="https://mintcdn.com/micleo/b-FBhFe5P7CqnoRG/images/pinia.webp?fit=max&auto=format&n=b-FBhFe5P7CqnoRG&q=85&s=05b2c1d85597bdd52f8c759e34a98934" style={{ borderRadius: '0.5rem' }} data-path="images/pinia.webp" />
</Frame>

### Installation

Micleo App is built using `Vue CLI`. You don't need to install or configure tools like Webpack or Babel.

### Infisical

<Card title="Infisical" href="/dependencies/infisical" />

```
#connect to your account
infisical login
#link to the Front End Project
infisical init
```

### Supabase

<Card title="Supabase" href="/dependencies/supabase" />

### Guide

First of all make sure you have installed `Node` and `npm` / `yarn`.
<Note>Yarn package manager is recommended</Note>

<Warning>Please make sure you use node's LTS version which is recommended by official node site and not one with latest feature.</Warning>

After downloading zip, unzip it in your desired location.

<Warning>Make sure to copy all the files including **hidden files** (starts with .\[dot]).</Warning>

On the uncompressed folder, open a new terminal/console. And run below command to install all packages:

```
# For Yarn (Highly Recommended)
yarn

# For npm
npm install
```

Then run the local server:

```
yarn dev
```

<Frame>
  <img width="350" src="https://mintcdn.com/micleo/b-FBhFe5P7CqnoRG/images/console-front-end.png?fit=max&auto=format&n=b-FBhFe5P7CqnoRG&q=85&s=65287275a02b74b6c7b5c8a0659a0132" style={{ borderRadius: '0.5rem' }} data-path="images/console-front-end.png" />
</Frame>
