Skip to content

Anan014d/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplefolio Portfolio

🚀 Getting Started

Follow the steps below to set up and run your portfolio locally.

1. Clone the Repository

# Clone the repository
git clone https://github.com/cobiwave/simplefolio

# Move into the repository
cd simplefolio

# Remove the current origin repository
git remote remove origin

2. Install Dependencies

You can use either NPM or Yarn to install dependencies.

Using NPM

# 2022 Update - Fix Dependencies
npm audit fix
npm i @parcel/transformer-sass

# Install dependencies
npm install

# Start the development server
npm start

Using Yarn

Before running the commands, delete the package-lock.json file.

# Install dependencies
yarn

# Start the development server
yarn start

Troubleshooting

If you run into issues installing dependencies with NPM, use the following command:

# Install dependencies with all permissions
sudo npm install --unsafe-perm=true --allow-root

3. View the Portfolio

Once the development server is running, open the following URL in your browser:

http://localhost:1234/

Your portfolio should now be visible.

🎨 Customization

You can customize the portfolio by modifying the files in the src/ directory. Update the content, styles, and configurations as per your preferences.

📤 Deployment

To deploy your portfolio on GitHub Pages:

  1. Build the project:
    npm run build
  2. Deploy the build folder using GitHub Pages or any hosting service of your choice.

📄 License

This project is open-source and available under the MIT License.


Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published