stekatag / portfolio

Personal portfolio website, built with Astro starter kit

Home Page:https://sgogov.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio Website using Astro Starter Kit

Astro License Netlify Status

About the Project

This is a portfolio website built using Astro, a static site generator that delivers lightning-fast performance and embraces the JAMstack philosophy. The blog is built using the Astro starter kit

portfolio-demo-img

Pages

  • Home
  • About
  • Projects
  • Contact

How to Contribute

If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your enhancements or additions.
  4. Submit a pull request, describing the changes you've made.

Getting Started

To run the project locally, you'll need Node.js and npm installed on your system. Follow these steps to get started:

  1. Clone this repository to your local machine.
  2. Install the project dependencies with npm install.
  3. Start the development server with npm run dev.
  4. Open your browser and visit http://localhost:3000 to see the project in action.

Project Structure

Inside of your Astro project, you'll find the following directories and files:

/
├── public/
│   └── ...
├── src/
│   ├── components/
│   │   └── ...
│   ├── layouts/
│   │   └── ...
│   └── pages/
│       └── ...
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

Any static assets, like images, can be placed in the public/ directory. These files will be copied into the final build.

Reporting Issues

If you come across any bugs, have suggestions for improvements, or want to request new features, please submit an issue in the GitHub repository. Your feedback is highly appreciated!

License

This project is licensed under the General Public License v3.0. See the LICENSE file for details.

About

Personal portfolio website, built with Astro starter kit

https://sgogov.dev

License:GNU General Public License v3.0


Languages

Language:Astro 75.0%Language:TypeScript 14.9%Language:SCSS 9.9%Language:JavaScript 0.2%