Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 699 Bytes

File metadata and controls

22 lines (21 loc) · 699 Bytes

Raymag's Personal Website

This is Raymag's personal website built with ReactJS.

Installing

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

Running

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