Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).