Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 281 Bytes

Hannover Gophers Website

The Hannover Gophers Website

Development

  1. Clone or fork this repository and install the npm dependencies:
yarn
  1. Start a local development server with live reloading:
yarn dev
  1. Open http://localhost:3000 in your browser.