DavidAkaFunky / diogosantoss.github.io

Personal Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Website

General Information

Personal website create to showcase my portfolio, skills, and experience. It's also a place where I try new design ideas and experiment with new technologies.

Built With

  • Node - JavaScript runtime environment
  • npm - Package manager for the JavaScript programming language
  • React - JavaScript library for building user interfaces

Getting Started

Prerequisites

  1. Install Node and npm on your machine.
  2. Install Git on your machine.

Current versions:

$ node --version
v16.15.1
$ npm --version
g8.11.0
$ git --version
git version 2.25.1

Installing

To start a development environment, install the dependencies and start the server.

$ npm install
$ npm run start

Deployment

Deploy to github pages by using gh-pages package.

$ npm run build
$ npm run deploy

This will push changes to the gh-pages branch.

Additional Information

Authors

  • Diogo Santos

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Personal Website

License:MIT License


Languages

Language:JavaScript 92.5%Language:HTML 7.5%