https://github.com/jannchie/jannchie.com
My profile, powered by nuxt.
https://github.com/jannchie/jannchie.com
Last synced: 8 months ago
JSON representation
My profile, powered by nuxt.
- Host: GitHub
- URL: https://github.com/jannchie/jannchie.com
- Owner: Jannchie
- License: unlicense
- Created: 2023-07-09T07:24:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T17:57:35.000Z (about 1 year ago)
- Last Synced: 2025-03-29T18:35:02.857Z (about 1 year ago)
- Language: Vue
- Homepage: https://jannchie.com
- Size: 37.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jannchie.com
My personal website
Made with [Nuxt.js](https://nuxtjs.org)
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
```
## Development Server
Start the development server on
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```