Skip to content

progamesigner/progamesigner.com

Repository files navigation

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