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.
Ensure the computer where the code is executed has the following tools installed:
- Git
- Node.js (comes with NPM)
- Gatsby CLI
[email protected] or higher
[email protected] or higher
[email protected] or higher
[email protected] or higher
[email protected] or higher
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:
- Gatsby - Static Site Generator
- GraphQL - Query language for APIs
- React - Front-End JavaScript library
- Bootstrap 4 - Front-End UI library
- Sass - CSS extension language