[pythonsu2019-site] (http://pythonsul.org)
Python Sul 2019 website (http://pythonsul.org/)
Requirements
- NodeJS
- NPM
Setting up the project
- Clone the repository
- run
npm install
Development server with live-reload
- run
npm run dev
- check the dev server at localhost:8080
Building the website to production
- run
npm run production
, the gh-pages branch will be updated.