Skip to content

Files

Latest commit

Mar 21, 2025
a8766eb · Mar 21, 2025

History

History

client

OpenVote Client

Getting Started

Installation

Install the dependencies:

pnpm install

Development

Start the development server with HMR:

pnpm dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

pnpm build

Deployment

run the ci.