Landing page for Voightware with some additional about text and ways to support Voightware. It uses the static site generator Eleventy (11ty) and fetches the GitHub stats for the projects using the GitHub Api. The design and lay-out of this page were heavily inspired by the CSS CLI style by Ryan Mulligan on stylestage.dev.
Requires node.js and npm
Follow these steps to get started:
- Clone the project
$ git clone https://github.com/voightware/website.git
- Install the dependencies for this projects
npm i
- Then do
npm run dev
to start the live-reloadzz on a local development server.