Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 846 Bytes

README.md

File metadata and controls

39 lines (35 loc) · 846 Bytes

Winterstellar Studios

A jamstack site powered by GitHub, Eleventy, Netlify, NetlifyCMS, and Cloudinary.

Forked from Neat Starter.

Reference Neat Starter's README for installation instructions.

1. Clone this Repository

git clone https://github.com/surjithctly/neat-starter.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