Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T13:57:26.000Z (7 months ago)
- Last Synced: 2024-04-13T19:21:17.659Z (7 months ago)
- Topics: v8
- Language: JavaScript
- Homepage: https://v8.dev/
- Size: 27.6 MB
- Stars: 912
- Watchers: 71
- Forks: 312
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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.