Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoth2357/portfolio
My Personal Portfolio page built using astro, Tailwind
https://github.com/thoth2357/portfolio
astro portfolio-website
Last synced: about 2 months ago
JSON representation
My Personal Portfolio page built using astro, Tailwind
- Host: GitHub
- URL: https://github.com/thoth2357/portfolio
- Owner: thoth2357
- License: mit
- Created: 2023-09-19T20:21:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:00:46.000Z (2 months ago)
- Last Synced: 2024-10-30T02:43:47.485Z (2 months ago)
- Topics: astro, portfolio-website
- Language: Astro
- Homepage: https://seyidev.tech/
- Size: 24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Portfolio Website Template
![Personal Porfolio Website](public/social_img.png)
This is my personal portfolio code which started off with the [Astrofy](https://astro.build/themes/details/astrofy-personal-porfolio-website-template/) template as the baseground.
## Demo
View live at [PortFolio Page](https://seyidev.tech/)
## Installation
Run the following command in your terminal
```bash
npm install
```Once the packages are installed you are ready to run astro. Astro comes with a built-in development server that has everything you need for project development. The astro dev command will start the local development server so that you can see your new website in action for the very first time.
```bash
npm run dev
```## Tech Stack
- [Astro](https://astro.build)
- [tailwindcss](https://tailwindcss.com/)
- [DaisyUI](https://daisyui.com/)
- [FlowBite](https://flowbite.com/)
- [Swup](https://swup.js.org/)