Personal blog at raphink.info, built with Gatsby and synced from dev.to.
-
Install Node.js and npm
-
Install npm dependencies:
npm install -
(Optional) Sync the latest posts from dev.to into
src/pages/posts/:DEVTO_USERNAME=raphink node scripts/fetch-devto-posts.jsIn CI this runs automatically on a daily schedule via the
sync-devtoGitHub Action, which commits any changes back tomasterand lets Netlify rebuild the site. -
Starts a development server
npm run develop -
Browse to http://localhost:8000/