Skip to content

Latest commit

Β 

History

History
48 lines (33 loc) Β· 977 Bytes

README.md

File metadata and controls

48 lines (33 loc) Β· 977 Bytes

plourenco.com

πŸ™‹β€β™‚οΈ My personal website, made in React (plourenco.com)

CI

Why open source?

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. 😊

πŸ‘¨β€πŸ’» Instalation

  1. Install the dependencies
yarn install
  1. Start the development server
yarn start

πŸš€ Building

  1. Generate a production build
yarn run build
  1. Preview the build
yarn run serve