# v8.dev **Repository Path**: mirrors_zloirock/v8.dev ## Basic Information - **Project Name**: v8.dev - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-13 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # v8.dev [![Build status](https://github.com/v8/v8.dev/actions/workflows/deploy.yml/badge.svg)](https://github.com/v8/v8.dev/actions/workflows/deploy.yml) This repository hosts the source code of [v8.dev, the official website of the V8 project](https://v8.dev/). ## Local setup 1. Clone the repository and `cd` into it. 1. Install and use the [expected](https://github.com/v8/v8.dev/blob/main/.nvmrc) Node.js version: `nvm use` 1. Install dependencies: `npm install` `npm run` shows the full list of supported commands. Highlights: - `npm run build` builds the site into `dist`. - `npm run watch` builds the site into `dist` and watches for changes. - `npm start` kicks off a local HTTP server.