This repository hosts the source code of v8.dev, the official website of the V8 project.
- Clone the repository and
cd
into it. - Install and use the expected Node.js version:
nvm use
- Install dependencies:
npm install
npm run
shows the full list of supported commands. Highlights:
npm run build
builds the site intodist
.npm run watch
builds the site intodist
and watches for changes.npm start
kicks off a local HTTP server.