A simple and modern portfolio website.
See live
Table of Contents
- React - A JavaScript library for building user interfaces
- Gatsby - Gatsby enables developers to build fast, secure, and powerful websites using a React-based framework and innovative data layer.
- Bootstrap 4 - World’s most popular front-end open source toolkit.
- Sass - Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
- GraphQL - Query language for APIs and a runtime for fulfilling those queries with your existing data.
You will need to have Node.js, Gatsby CLI and Git installed.
- Clone the repository
git clone https://github.com/YvesMolina/Portfolio
- Go into the repository
cd Portfolio
- Remove current origin repository
git remote remove origin
- Install NPM
npm install
- Start a development server
gatsby develop
- Go to http://localhost:8000/ to see the website running live on a development server. Any changes you make and save appear immediately !
Deployed on ymolina.com using Netlify, a really useful tool to easily deploy git repositories as websites for free.
Distributed under the MIT License. See LICENSE
for more information.
Yves Molina - YvesTMolina@gmail.com
Project Link: https://github.com/YvesMolina/Portfolio