Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schalkventer/schalkventer.me

🧑 Personal website showcasing all my hobby projects, talks, workshop resources, writings and client work.
https://github.com/schalkventer/schalkventer.me

css html javascript microsite

Last synced: about 9 hours ago
JSON representation

🧑 Personal website showcasing all my hobby projects, talks, workshop resources, writings and client work.

Awesome Lists containing this project

README

        

# 🧑 schalkventer.me

- 10kb of unminified HTML
- 2kb of unminified CSS
- 1kb of unminified JavaScript

# Local Development

- Make sure that you have the latest versions of [Git](https://git-scm.com/) and [NodeJS](https://nodejs.org/) installed.
- Run `git clone https://github.com/schalkventer/schalkventer.me` from the folder where you want to clone it.
- Once cloning is complete, run `npm install` and `npm start`.
- You should now have a local server at `https://localhost:3000` that auto-refreshes when you make code changes.