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

https://github.com/cpluspatch/web-landing

Landing page for my new website
https://github.com/cpluspatch/web-landing

Last synced: 5 months ago
JSON representation

Landing page for my new website

Awesome Lists containing this project

README

          




CPlusPatch Logo



Personal Site


Nuxt logo
TypeScript logo
CSS logo
HTML5 logo
VSCode logo
Linux logo


This is the source code for my personal website, [`cpluspatch.com`](https://cpluspatch.com). It is built using [Nuxt.js](https://nuxtjs.org/).

## Installation

Use whatever package manager you want, I don't care, but don't commit the lockfile if you don't use Bun.

```bash
bun install
# or
npm install
# or whatever
```

## Development

It's a standard Nuxt.js project so

```bash
bun dev
# or
npm run dev
# or whatever
```

## Build

This uses the static build preset by default so it prerenders everything nicely.

```bash
bun run build
# or
npm run build
# or whatever
```