Skip to content

ctrlsa/ctrl-app

Repository files navigation

CTRL WebApp Dev

Everything you need to build the CTRL Telegram WebApp

Developing

Install dependencies

pnpm install

Start a development server

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of app

npm run build

Preview the production build of the app

npm run preview