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

https://github.com/pascalwengerter/pascal.rocks

My personal website / blog / portfolio
https://github.com/pascalwengerter/pascal.rocks

personal-blog personal-site personal-website

Last synced: 3 months ago
JSON representation

My personal website / blog / portfolio

Awesome Lists containing this project

README

          

# Pascal.rocks website

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

Start the development server on `http://localhost:4321`:

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm build
```

Locally preview production build:

```bash
pnpm preview
```