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

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.

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
```