My personal website
- Next.js - React Framework for Production
- Styled Components
- ESLint
Prerequisites
- git
- node.js
Installation
- Clone the repository
git clone https://github.com/spiedra/my-portfolio-website
- Install npm packages
$ npm install
- Run the project
$ npm run dev
If you want to make a contribution, please follow the next steps:
- Fork the Project
- Create your feature branch (git checkout -b feature/newFeature)
- Commit your changes
- Push to the branch (git push origin feature/newFeature)
- Open a pull request