/portifolio

Primary LanguageJavaScriptMIT LicenseMIT

Features

⚡️ Modern UI Design + Reveal Animations
⚡️ One Page Layout built with React
⚡️ Styled with Bootstrap v4.3 + Custom SCSS
⚡️ Fully Responsive
⚡️ Configurable color scheme
⚡️ Image optimization with Gatsby
⚡️ Easy site customization
⚡️ Well organized documentation


Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites 📋

You'll need Git and Node.js (which comes with NPM) installed on your computer.
Also you need to have installed Gatsby CLI

How To Use 🔧

# Clone this repository
$ git clone https://github.com/wellchrys/portifolio

# Go into the repository
$ cd portifolio

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using Yarn:

Using Yarn:

# Install dependencies
$ yarn

# Start development server
$ yarn develop