Sandro Braidotti's personal site.
This site is designed to represent my current preferred web application development practices and opinions. I've designed it so you can clone or fork it, install it, and develop it for your own purposes.
Distributed under the MIT License. See LICENSE.md
for more information.
React, testing
CI/CD, terraform, ...testing
Serverless, Dynamodb, testing
CI/CD, terraform, ...testing
As this site is designed to be stood up and torn down in different environments, I've included instructions to deploy it.
You'll need several CLIs. AWS, CI/CD (TBA), etc.
git clone https://github.com/abraidotti/sandrobraidotti.com.git
cd sandrobraidotti.com
npm install
WIP
WIP
WIP
See the open issues for a list of proposed features and known issues.
If you really wanna...
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request