Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zacowan/zacowan.com

My personal website.
https://github.com/zacowan/zacowan.com

portfolio

Last synced: 15 days ago
JSON representation

My personal website.

Awesome Lists containing this project

README

        

# zacowan.com

My portfolio site. This has been re-written several times (once even in svelte), but this is the final resting place of the portfolio.

## Getting Started

### Corepack

This project uses [corepack](https://nodejs.org/api/corepack.html) to provide a consistent package manager experience. Until corepack is enabled by default, you'll need to manually enable corepack:

```sh
corepack enable
```

Once enabled, corepack will automatically begin to work.

### Local Development

1. Install the required dependencies:

```sh
pnpm i
```

2. Run the local dev server:

```sh
pnpm dev
```