This repository is the source of my website.
To clone this repository, just do
$ git clone https://github.com/SirFlyann/MyWebsiteIf you want to clone it to a specific folder, you can run
$ git clone https://github.com/SirFlyann/MyWebsite <my-directory>Where <my-directory> is the directory of your choice
You'll need npm, which is the nodejs package manager. You can get it here. Npm will be responsible to install all of this project's dependencies.
After having installed npm, enter the repository folder and run
$ npm installNpm will install everything needed for the project to run.
This project is being made with Facebook's ReactJS, and I'm using Webpack for bundling.
Pull Requests are very welcome, but keep your tips on how to improve my ReactJS abilities to yourself. Just kidding, they are much welcome as well, please feel free to contact me =). Just remember to keep code clean(who am I to talk ?), and keep your code in english, please (to the awesome folks that ain't from english speaking countries). I might contact you for some info if I'm unable to understand what you did in a Pull Request(a.k.a. as often as possible). Also, please use the AirBnB StyleGuide
This repo is under MIT Licente. Do whatever you want with it.