Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 601 Bytes

[pythonsu2018-site] (http://pythonsul.org)

Build/Test

Python Sul 2018 website (http://pythonsul.org/)

Requirements

  1. NodeJS
  2. NPM

Setting up the project

  1. Clone the repository
  2. run npm install

Development server with live-reload

  1. run npm run dev
  2. check the dev server at localhost:8080

Building the website to production

  1. run npm run production, the gh-pages branch will be updated.