We're showcasing the pets of Teach Jenn Tech on a shiny new Eleventy site! This project is pretty empty to start, because we want to show how with Eleventy, you don't need to have a bunch of boilerplate to start building!
- Fork the repo by clicking the "Fork" button at the top right corner of this repo on GitHub.
- Clone your fork.
- Navigate to your repo in your terminal, and run
npm install
.
Note: We're using a canary build of Eleventy to use its unreleased dev server. To instead use the latest stable release of Eleventy, run npm install @11ty/eleventy@latest
To run a dev server, run npm run dev
.
To build a production build, run npm run build
.
Inspiration for this site comes from Mike Aparicio's site Dogs of Dev, which is also built with Eleventy! Go check it out!