This repo contains the source code powering https://playground.hello.dev/.
- Git
- Node (~18), npm (~9)
- A fork of the repo (for any contributions)
- A clone of the playground repo on your local machine
cd playground
to go into the project rootnpm i
to install the npm dependencies
npm run dev
to start the hot-reloading development server (powered by Vite)open http://localhost:3000
to open the site in your favorite browser