blade-running-man / drone-no-fly-zones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drone-no-fly-zones

Overview

Prerequisites

Installation

To install all the necessary dependencies, navigate to the project directory and run:

npm install

Available Scripts

In the project directory, you can run:

Start the local development server using Vite.

npm run dev

Compile TypeScript files and build the application for production.

npm run build

Preview the built application after a build.

npm run preview

Perform linting on .js, .cjs, .ts, and .tsx files.

npm run lint

Fix linting issues in .js, .cjs, .ts, and .tsx files.

npm run lint:fix

About


Languages

Language:TypeScript 89.3%Language:JavaScript 8.7%Language:HTML 2.0%