Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 680 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 680 Bytes

Playground

This repo contains the source code powering https://playground.hello.dev/.

Getting started

Prerequisites

  1. Git
  2. Node (~18), npm (~9)
  3. A fork of the repo (for any contributions)
  4. A clone of the playground repo on your local machine

Installation

  1. cd playground to go into the project root
  2. npm i to install the npm dependencies

Running docs locally

  1. npm run dev to start the hot-reloading development server (powered by Vite)
  2. open http://localhost:3000 to open the site in your favorite browser

License

MIT