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

Latest commit

 

History

History
35 lines (23 loc) · 639 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 639 Bytes

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`