Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 1.58 KB

README.md

File metadata and controls

75 lines (51 loc) · 1.58 KB

Portolio website

Greetings! Explore my portfolio website repository, where I've dedicatedly crafted and built this platform to highlight my skills, projects, and experiences as a software engineer in the dynamic world of technology.


Prerequisites 📋

Ensure the computer where the code is executed has the following tools installed:


How To Use

From your command line, first clone the repo:

git clone https://github.com/Napalys/Portfolio.git
cd Portfolio

Then one shall install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
npm install
# Start development server
npm run develop

Using Yarn:

# Install dependencies
yarn
# Start development server
yarn develop

Once your server has started, go to this url http://localhost:8000/ and you will see the website running on a Development Server:


Technologies used

  • Gatsby - Static Site Generator
  • GraphQL - Query language for APIs
  • React - Front-End JavaScript library
  • Bootstrap 4 - Front-End UI library
  • Sass - CSS extension language