# v8.dev **Repository Path**: mirrors_kripken/v8.dev ## Basic Information - **Project Name**: v8.dev - **Description**: The source code of v8.dev, the official website of the V8 project. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # v8.dev [![Build status](https://travis-ci.com/v8/v8.dev.svg?branch=master)](https://travis-ci.com/v8/v8.dev) 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/master/.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.