The actual code is on the dev branch and the dist/ folder deployed to master via GitHub Actions CI.
The following software is required on your system:
- Node
- npm
To get up and running, simply do the following:
git clone https://github.com/liam-deacon.github.io.git liam-deacon-portfolioInstall node modules:
cd liam-deacon-portfolio
npm installThis app uses SCSS as well as some optimisation steps for producing a production grade website. As such there are a few steps to producing the final site in the dist/ directory.
To build the application:
npm run buildTo run a development server:
npm start