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.dev
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:8080
to open the site in your favorite browser
npm run test
will check all the links