Skip to content

raphink/blog

Repository files navigation

raphink.info

Personal blog at raphink.info, built with Gatsby and synced from dev.to.

Running Your Site Locally

  1. Install Node.js and npm

  2. Install npm dependencies:

     npm install
    
  3. (Optional) Sync the latest posts from dev.to into src/pages/posts/:

     DEVTO_USERNAME=raphink node scripts/fetch-devto-posts.js
    

    In CI this runs automatically on a daily schedule via the sync-devto GitHub Action, which commits any changes back to master and lets Netlify rebuild the site.

  4. Starts a development server

     npm run develop
    
  5. Browse to http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors