Giter VIP home page Giter VIP logo

v8.dev's Introduction

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.

Additional Windows-specific instructions

npm run might trigger Unix-specific commands. If you are using a Linux-like environment on Windows like git bash, msys2, or Cygwin, then you must configure npm to use it. This replaces the default behavior of using cmd.exe. For example:

npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"

…or:

npm config set script-shell "C:\\msys64\\usr\\bin\\sh.exe"

You still need to run npm with a PATH that includes Linux utilities like mkdir and rm. Practically, it should work if you run npm from your Linux-compatible shell.

v8.dev's People

Contributors

mathiasbynens avatar alrra avatar natorion avatar ripsawridge avatar nschonni avatar schuay avatar mayalekova avatar tebbi avatar rreverser avatar psmarshall avatar szuend avatar rryk avatar gsathya avatar jakobkummerow avatar hashseed avatar xtuc avatar kkty avatar expatdanno avatar ngzhian avatar georgneis avatar bmsdave avatar verwaest avatar tomayac avatar bmeurer avatar danelphick avatar kobalicek avatar rwaldron avatar rmcilroy avatar chicoxyzzy avatar sethbrenith avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.