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.io
Assuming 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 install
In case of yarn:
yarn install
Now 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