Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.06 KB

File metadata and controls

25 lines (18 loc) · 1.06 KB

Vipyr Security Website

📌 https://vipyrsec.com/


Quick Start

  • Clone the project.
  • From the project's root directory, run npm install to install dependencies.
  • From the project's root directory, run npm run dev to host the development environment. localhost:4321 is the default binding.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Install dependencies
npm run dev Start local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run check Check your project for errors
npm run fix Run ESLint and format code with Prettier
npm run astro ... Run CLI commands like astro add, astro preview