Skip to content

Wisc-HCI/gpu-programming

Repository files navigation

Programming Interface

Setting up the website locally

  1. Clone the repo, and install packages using npm install.
  2. Run the website using: npm start.
  3. This will display a URL in your terminal (something like http://localhost:5173/). Open your browser and go to that URL.

Deploying to gh-pages

  1. npm run deploy