seisafesta2017-ps-credits

Flyers for SEISA FESTA 2017 (Hachioji)'s Programming Seminar boothes.

How to setup

  1. Clone repository
git clone https://github.com/seisahachioji/seisafesta2017-ps-credits.git
  1. Install node if you haven't installed yet.

Unix-like OS: We're recommend to use ndenv.
Windows OS: We're recommend to use nodist.

  1. Install required modules
# cd seisafesta2017-ps-credits
npm install
  1. Build project
npm run build
  1. Check output
npm run server # Open `http://127.0.0.1:8080`