Skip to content

psmarshall/v8.dev

 
 

Repository files navigation

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 watch builds the site into dist and watches for changes.
  • npm start kicks off a local HTTP server.

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • CSS 19.7%
  • HTML 19.5%