Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 465 Bytes

LHD 2019

The static website for Local Hack Day


🚧 Development

$> git clone https://github.com/nwplus/nwplus2019.git
$> cd nwplus2019
$> make deps
$> make web

Web App

The front-end is a React web app.

$> make web       # Serve web app using webpack-dev-server
$> make build     # To build the web app into `./docs`
$> make serve     # Serve built static web app