Prerequisites:
- npm: https://www.npmjs.com/
- a dev.to api key: https://docs.dev.to/api/#section/Authentication
Steps:
- Set your Dev.to API key as an environment variable { name: DEV_API_KEY, value: your api key }
- Clone the project
- Run "npm install"
- Run "eleventy --serve"
- View your blog! https://localhost:8080
After you've played around, check out src/_data/env.js for optional features like monetization, analytics, and site mapping.