Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shazron/v8.dev
The source code of v8.dev, the official website of the V8 project.
https://github.com/shazron/v8.dev
Last synced: 3 months ago
JSON representation
The source code of v8.dev, the official website of the V8 project.
- Host: GitHub
- URL: https://github.com/shazron/v8.dev
- Owner: shazron
- License: apache-2.0
- Fork: true (v8/v8.dev)
- Created: 2022-02-16T14:55:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T01:15:13.000Z (6 months ago)
- Last Synced: 2024-06-28T02:30:23.414Z (6 months ago)
- Language: JavaScript
- Homepage: https://v8.dev/
- Size: 27.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.