Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 954 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 954 Bytes

nicolashery.com

My personal website, built as a static site with Eleventy.

Install

Requirements:

Both can be installed using nvm. After cloning this repository:

nvm use

Install dependencies:

npm install

Development

Run the development server with:

npm start

Open a browser to http://localhost:8080/ to see the site.

To only build the site, run:

npm run build

License

The content in this website, i.e. all images, text, and other assets, included in blog posts and pages, are licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

The source code and configuration, CSS, JavaScript, and other build-related code, is licensed under the Unlicense.