Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zacowan/zacowan.com
- Owner: zacowan
- Created: 2024-06-26T01:18:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T22:41:16.000Z (about 1 month ago)
- Last Synced: 2024-10-10T20:31:07.425Z (28 days ago)
- Topics: portfolio
- Language: TypeScript
- Homepage: https://www.zacowan.com
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```