https://github.com/addono/website
The personal website of Adriaan Knapen.
https://github.com/addono/website
Last synced: 3 months ago
JSON representation
The personal website of Adriaan Knapen.
- Host: GitHub
- URL: https://github.com/addono/website
- Owner: Addono
- License: mit
- Created: 2020-07-05T10:00:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T18:41:04.000Z (about 1 year ago)
- Last Synced: 2024-12-27T00:27:25.800Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://v2.aknapen.nl
- Size: 5.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
I'm reworking my old website to a new awesome Gatsby based one! Currently it's still in preview, but feel free to poke around the source code.
## Features
- Progressive Web App
- Offline support
- Hot-reloading in development mode
- Automatic code formatting on commit
## Getting Started
First, install all required dependencies:
```bash
yarn install
```
Then to start a development server:
```bash
yarn dev
```
Which will open a development environment with hot-reloading at [`http://localhost:8000`](http://localhost:8000).