This is Raymag's personal website built with ReactJS.
If you want to run this website locally you first need to clone this repository with the following statement.
git clone https://github.com/raymag/raymag.github.ioAssuming you have NodeJS installed and configured in your local machine, you now must install all dependecies of this project.
If you're using npm:
npm installIn case of yarn:
yarn installNow that you have installed all dependecies you just need to execute the follow command with your package manager, we're going to use yarn in this example.
yarn start