https://github.com/v8/v8.dev
The source code of v8.dev, the official website of the V8 project.
https://github.com/v8/v8.dev
v8
Last synced: about 2 months ago
JSON representation
The source code of v8.dev, the official website of the V8 project.
- Host: GitHub
- URL: https://github.com/v8/v8.dev
- Owner: v8
- License: apache-2.0
- Created: 2018-08-17T14:54:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T18:08:09.000Z (2 months ago)
- Last Synced: 2025-05-13T18:43:09.057Z (2 months ago)
- Topics: v8
- Language: JavaScript
- Homepage: https://v8.dev/
- Size: 28.4 MB
- Stars: 974
- Watchers: 69
- Forks: 332
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# v8.dev [](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.