Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/schalkventer/schalkventer.me
- Owner: schalkventer
- Created: 2019-07-22T11:53:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T12:37:31.000Z (4 months ago)
- Last Synced: 2024-08-02T11:29:31.641Z (4 months ago)
- Topics: css, html, javascript, microsite
- Language: HTML
- Homepage: https://schalkventer.me
- Size: 245 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.