- 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.
https://techabraao.comFollow the steps below to clone and run this project locally.
git clone git@github.com:TechAbraao/techabraao.com.gitcd techabraao.comBefore running the project, configure your GitHub username to fetch your repositories.
Edit the file:
./src/js/configs.jsAnd update:
const CONFIG = {
GITHUB_USERNAME: 'your_username'
}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:
- Install the Live Server extension
- Right-click on
main.html - Click Open with Live Server
- The project should now be running locally!