Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kriskbx/kris.cool
- Owner: kriskbx
- Created: 2015-07-27T08:25:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:55:28.000Z (3 months ago)
- Last Synced: 2024-10-02T07:57:38.123Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 7.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```