Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericcornelissen/portfolio
https://github.com/ericcornelissen/portfolio
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericcornelissen/portfolio
- Owner: ericcornelissen
- License: other
- Created: 2023-10-15T19:46:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T18:54:32.000Z (about 1 month ago)
- Last Synced: 2024-10-20T04:32:14.138Z (28 days ago)
- Language: JavaScript
- Homepage: https://ericcornelissen.dev
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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