Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 934 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 934 Bytes

progamesigner.com

Netlify Status

The website source code for progamesigner.com.

Getting Started

Prerequisites

Website built with Hugo and styles are bundled via webpack.

npm install # install required Node modules including webpack

Start local server

npm run build:watch
npm run hugo:watch

Deployment

Website is hosted by Netlify.

In deployment, all files generated by following:

npm run build
hugo

Built With