• Stars
    star
    909
  • Rank 48,174 (Top 1.0 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated 22 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The source code of v8.dev, the official website of the V8 project.

v8.dev Build status

This repository hosts the source code of v8.dev, the official website of the V8 project.

Local setup

  1. Clone the repository and cd into it.
  2. Install and use the expected Node.js version: nvm use
  3. 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.