Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timkurvers/timkurvers.github.io
- Owner: timkurvers
- License: mit
- Created: 2020-09-17T18:54:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T18:39:52.000Z (over 1 year ago)
- Last Synced: 2024-10-12T03:20:06.616Z (about 1 month ago)
- Language: HTML
- Homepage: https://timkurvers.github.io
- Size: 1.02 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/