Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 794 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 794 Bytes

prd

🚀 shunpoco-dev 🚀

This repository is source of Shunpoco.dev

How to launch

  1. Prerequest

    You must install node.js, npm and gatsby.js.

  2. Install Dependencies

    Run commands below.

    cd shunpoco-dev
    npm i
  3. Run locally

    Run a command below.

    npm run develop

    Then, visit localhost:8000 on your browser.

  4. Deploy

    This repository uses the GitHub workflow. When you push or merge on the main branch, CI/CD becomes running. After CI/CD succeeds, new codes deploy to https://www.shunpoco.dev .

If you have any questions or find any bugs, please make an issue. I welcome your contributions!