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

nwplus/nwplus2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nwPlus 2019

The club homepage for nwPlus (2019).


🚧 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