Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furqanramzan/astro-portfolio
👨🏼💻 Developer portfolio written in Astro
https://github.com/furqanramzan/astro-portfolio
astro developer-portfolio portfolio pwa tailwindcss typescript viewtransition
Last synced: 19 days ago
JSON representation
👨🏼💻 Developer portfolio written in Astro
- Host: GitHub
- URL: https://github.com/furqanramzan/astro-portfolio
- Owner: furqanramzan
- Created: 2023-09-04T13:08:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T00:22:58.000Z (over 1 year ago)
- Last Synced: 2024-11-25T11:42:33.754Z (3 months ago)
- Topics: astro, developer-portfolio, portfolio, pwa, tailwindcss, typescript, viewtransition
- Language: Astro
- Homepage: https://astro.portfolio.furqanramzan.com
- Size: 735 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Portfolio - [Live Demo](https://astro.portfolio.furqanramzan.com)
## Setup
### Install pnpm
Install pnpm globally using the following command, which is a performant node package manager.
```sh
npm install -g pnpm
```### Installing dependencies
Make sure to install dependencies using:
```sh
pnpm install
```### Git Hooks
Setup git hooks.
```bash
git config core.hooksPath .githooks
```## Developing
To start a development server:
```bash
pnpm run dev
```## Building
To create a production version of your app:
```bash
pnpm run build
```## Previewing
You can preview the production build with:
```sh
pnpm run preview
```## Type Checking
To validate the definitions of the types:
```bash
pnpm run typecheck
```## Linting
Run the following command to lint the application.
```bash
pnpm run lint
```## Deploying
Check out the [deployment documentation](https://docs.astro.build/en/guides/deploy) for more information.
## License
Astro Portfolio is an open-sourced website licensed under the [MIT license](https://opensource.org/licenses/MIT).
## Credit
**Figma Design**
- Author: [Ashar Iqbal](https://www.figma.com/@thisissherry)
- Source: [Link](https://www.figma.com/community/file/1265671910152194906/DevFolio---Landing-Page)