πββοΈ My personal website, made in React (plourenco.com)
I find value in showcasing how I built my personal website and accept contributions from others.
I found inspiration amongst many other personal websites, I hope you can find one here too. However, I also spent countless hours and iterations trying to find something I identified myself with. For that reason, if you decide to copy or reproduce this content or design, please keep an attribution mention back to plourenco.com. π
- Install the dependencies
yarn install
- Start the development server
yarn start
- Generate a production build
yarn run build
- Preview the build
yarn run serve