Skip to content

mrlexz/arent-test

Repository files navigation

Arent Test

Production build: https://arent-test-two.vercel.app/

Install environment

To start this project, make sure you have the following installed:

  • Bun - A task runner for JavaScript projects.
  • Vite - A build tool that aims to provide a faster and leaner development experience for modern web projects.

How to start

Before Running Start

Before starting the project, ensure you have installed the necessary dependencies with bun install:

bun install

To build:

Run the following command:

bun build

To review:

Run the following command:

bun preview

To develop:

Run the following command:

bun dev