Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericcornelissen/portfolio


https://github.com/ericcornelissen/portfolio

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Eric Cornelissen Portfolio

Repository for the personal portfolio of Eric Cornelissen.

## Prerequisites

To be able to contribute you need the following:

- git;
- Make;
- Node.js v22 or higher and npm v8.1.2 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];

## Development

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.

[asdf]: https://asdf-vm.com/
[rtx]: https://github.com/jdxcode/rtx
[actionlint]: https://github.com/rhysd/actionlint
[shellcheck]: https://www.shellcheck.net/
[shfmt]: https://github.com/mvdan/sh
[yamllint]: https://github.com/adrienverge/yamllint