See the live site at vendittelli.co.uk
My personal website. An MIT licensed, React application that deploys automatically using Terraform. Built using TypeScript, based on the Nx build system with SCSS, GitHub actions, and many other useful technologies.
The project is rested with node >= v18 and Yarn 1.
See dependencies.md
for more information.
To download the repository and install dependencies, run the following commands:
git clone https://github.com/SVendittelli/vendittelli.co.uk.git
cd vendittelli.co.uk
yarn install
or, if you have the GitHub CLI, run:
gh repo clone SVendittelli/vendittelli.co.uk
cd vendittelli.co.uk
yarn install
Run the following command to build the home application and serve it with fast refresh:
yarn start
See the live docs at docs.vendittelli.co.uk
The project's documentation is deployed using GitHub pages from the docs
folder.