<p align="center">
  <br>
  <a href="https://vitnode.com/" target="_blank">
    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/VitNode/vitnode/canary/assets/logo/vitnode_logo_dark.svg">
      <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/VitNode/vitnode/canary/assets/logo/vitnode_logo_light.svg">
      <img alt="VitNode Logo" src="https://raw.githubusercontent.com/VitNode/vitnode/canary/assets/logo/vitnode_logo_light.svg" width="400">
    </picture>
  </a>
  <br>
  <br>
</p>

# VitNode App

This is a basic template for a [VitNode](https://vitnode.com/) app.

## Getting Started

To get started, run the following commands:

```bash
pnpm i
# or
npm i
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Development

To start the development server, you need to create a `.env` file in the root of the project from `.env.example`.

In the `development` environment, you can just copy and paste the content of `.env.example` to `.env`.

### Development server

To start the development server, run the following command:

```bash
pnpm dev
# or
npm run dev
```
