Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/LeBenLeBen/benoitburgener.ch

My personal website
https://github.com/LeBenLeBen/benoitburgener.ch

11ty-website eleventy-website personal-website

Last synced: 16 days ago
JSON representation

My personal website

Awesome Lists containing this project

README

        

# benoitburgener.ch

## Development

Requires Node.js, see .nvmrc for current version

```sh
# Install dependencies
npm install

# Start development server
npm start

# Build
npm run build
```