Netlify Status

Neat Starter

Website of painter Alice Heuff: https://aliceheuff.com

Technologies

Based on NEAT starter by Surjith S M. Using:

| ------------------------------------------------------------------------------------------------------------- |

Deploy to Netlify

Getting Started

Detailed instructions are available in my blog. Check it out

1. Clone this Repository

git clone https://github.com/elmarj/aliceheuff.com.git

2. Navigate to the directory

cd neat-starter

3. Install dependencies

npm install

4. Build the project to generate the first CSS

This step is only required the very first time.

npm run build

5. Run Eleventy

npm run start