Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 782 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 782 Bytes

hello.dev

This repo contains the source code and documentation powering https://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 hello.dev repo on your local machine

Installation

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

Running locally

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

Testing

  1. npm run test will check all the links

License

CC0