Repository for the personal portfolio of Eric Cornelissen.
To be able to contribute you need the following:
- git;
- Make;
- Node.js v26 or higher and npm v11.10.0 or higher;
- A modern web browser;
- (Recommended) A code editor with EditorConfig support;
- (Recommended) asdf or rtx;
- (Optional) actionlint;
- (Optional) ShellCheck;
- (Optional) shfmt;
- (Optional) yamllint;
Use make to get an overview of available commands. Use make serve to spin up
a development server for local preview, use make build to build the website
after making changes. Use make verify to check if the repository is in a good
state - if not, a tool will tell you what is wrong.