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
- Host: GitHub
- URL: https://github.com/cpluspatch/web-landing
- Owner: CPlusPatch
- License: agpl-3.0
- Created: 2023-08-30T19:32:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T01:32:13.000Z (over 1 year ago)
- Last Synced: 2025-02-27T02:25:17.762Z (over 1 year ago)
- Language: Vue
- Size: 28.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Personal Site
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
```