Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kriskbx/kris.cool

🌍️ My personal website
https://github.com/kriskbx/kris.cool

Last synced: 29 days ago
JSON representation

🌍️ My personal website

Awesome Lists containing this project

README

        

# kris.cool

My personal website, built with Vue and Nuxt.

## Setup

Make sure to install the dependencies:

```bash
# bun
bun install
```

## Development Server

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

```bash
# bun
bun run dev
```

## Production

Build the application for production:

```bash
# bun
bun run generate
```