Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timkurvers/timkurvers.github.io

Personal website
https://github.com/timkurvers/timkurvers.github.io

Last synced: 6 days ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

# Personal website

[![MIT License](https://badgen.net/github/license/timkurvers/timkurvers.github.io)](LICENSE.md)

Contains a short introduction, various links and lists notable projects I have worked on over the years.

View live: https://timkurvers.github.io

**Note:** Images included in this repository are NOT distributed under the MIT license.

## Setup

Install [Node.js] for your platform and install dependencies through npm:

```bash
npm install
```

## Running

To spin up a development server on `localhost:8000`, run:

```bash
npm start
```

To specify a different port, use the `PORT` environment variable:

```bash
PORT=3000 npm start
```

[Node.js]: https://nodejs.org/en/