Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/btkostner/btkostner.io

This is the webpage of Blake Kostner
https://github.com/btkostner/btkostner.io

blog nuxt nuxt-content personal-website tailwindcss

Last synced: 25 days ago
JSON representation

This is the webpage of Blake Kostner

Awesome Lists containing this project

README

        


btkostner.io


Personal Website







Deploy

---

This repository is my personal website built with [Nuxt.JS](https://nuxtjs.org/) and [Tailwind CSS](https://tailwindcss.com/). It's a very simple static site hosted with Cloudflare pages.

## Running

First, you will need `node` and `npm` installed. The official node website has [good instructions for installing](https://nodejs.org/en/download/package-manager/), or you can use most Linux distribution versions, or use `asdf` / `mise`.

Next, just run `npm ci` to install the packages.

And finally, do `npm start` to start the development server. You should now be able to view the site on [`localhost:3000`](http://localhost:3000).

## Deploying

This repository is setup with continuous integration and deployment. If you want to deploy your changes, all you need to do is open a PR to the main branch. Once your PR is accepted and merged in, it will automatically be deployed.