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-portfolio
Install node modules:
cd liam-deacon-portfolio
npm install
This 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 build
To run a development server:
npm start