Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furqanramzan/portfolio
🧑💻 Personal portfolio written in Astro.
https://github.com/furqanramzan/portfolio
astro portfolio pwa tailwindcss
Last synced: 21 days ago
JSON representation
🧑💻 Personal portfolio written in Astro.
- Host: GitHub
- URL: https://github.com/furqanramzan/portfolio
- Owner: furqanramzan
- Created: 2023-09-01T10:18:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T14:36:51.000Z (9 months ago)
- Last Synced: 2024-11-25T11:42:32.957Z (3 months ago)
- Topics: astro, portfolio, pwa, tailwindcss
- Language: Astro
- Homepage: https://furqanramzan.com
- Size: 8.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio - [Live Demo](https://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
```Make a copy of the environment variables file.
```bash
cp .env.example .env
```### 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
Use the following command if you want to deploy to GitHub pages.
```bash
pnpm run deploy your_github_repository_url
```Check out the [deployment documentation](https://docs.astro.build/en/guides/deploy) for more information.
## License
Portfolio is an open-sourced website licensed under the [MIT license](https://opensource.org/licenses/MIT).