Skip to content

TechAbraao/techabraao.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal Website

  • Official portfolio of Abraão Santos (Techabraao).
  • This project is open-source, meaning you are free to clone the repository and customize it to your liking.
  • Additionally, if you would like to contribute to this project, feel free to open an issue or submit a pull request.

Live Preview (soon)

https://techabraao.com

Getting started

Follow the steps below to clone and run this project locally.

1. Clone the repository

git clone git@github.com:TechAbraao/techabraao.com.git

2. Navigate to the project folder

cd techabraao.com

3. Configure GitHub username

Before running the project, configure your GitHub username to fetch your repositories.

Edit the file:

./src/js/configs.js

And update:

const CONFIG = {
    GITHUB_USERNAME: 'your_username'
}

4. Open the project

Since this is a static website, you can simply open the main.html file in your browser. Or, for a better development experience, you can use a local server:

Using VSCODE Live Server

  • Install the Live Server extension
  • Right-click on main.html
  • Click Open with Live Server
  • The project should now be running locally!

About

My personal website (portfolio)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors