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