# Getting started

This project was created with `create-uplift-project`

## Requirements

- Node JS

## Installation

Install the dependencies by running:

```bash
npm install
```

> You can replace the default `npm` to your favorite package manager like [`yarn`](https://yarnpkg.com) or [`pnpm`](https://pnpm.io)

## Development

After the [installation](#installation), you can run

```bash
npm run dev
```

This will run the app in the development mode.

The page will reload when you make changes.\
You may also see any lint errors in the console.

## Build

This will build the app for production in `dist` folder.\
It correctly bundles React in product mode, optimizes the build for the best performance.

```bash
npm run build
```

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

## lint

This will check any errors or warnings in your codes, and will automatically fix by running:

```bash
npm run lint:fix
```

For more information, check [ESLint documentation](https://eslint.org/)

## Learn More

You can learn more in the [Vite documentation](https://vitejs.dev/guide/)
