Painting of 2 birds

rails version prettier eleventy

Website for the artist Marion Colomer. This project is developped with Eleventy.

Getting Started

Prerequisites

  • nodeJS: I recommend using volta to install the nodeJS version listed on the badge.

Standard Installation

  1. Clone the repository, ie. git clone https://github.com/Mcdostone/marion-colomer-website
  2. npm install to install dependencies
  3. npm run dev or make dev or make dev HOST=0.0.0.0
  4. After few seconds, you should be able to access the website: https://localhost:8080/

Build the website

# The output will be located in _site/ directory.
make build

Retrieve the old website

Wayback Machine is your friend.

docker run --rm -it -v $PWD/websites:/websites hartator/wayback-machine-downloader http://marioncolomer.com

Author