To get started with this portfolio, ensure that you have the following installed on your system:
- Node.js
- npm
- git
Follow the steps below to clone and run this project on your local system:
# Clone the repository
$ git clone https://github.com/aprxty3/web_porto.git
# Navigate to the project directory
$ cd portfolio
# Remove current origin repository
$ git remote remove origin
Then install the required dependencies:
# Install dependencies
$ npm install
# Start the development server:
$ npm run dev
Now, open your browser and navigate to http://localhost:3000
to view your portfolio live.
Follow our deployment guides for Vercel, Netlify and Docker for more information.