This repository is source of Shunpoco.dev
-
Prerequest
You must install node.js, npm and gatsby.js.
-
Install Dependencies
Run commands below.
cd shunpoco-dev npm i
-
Run locally
Run a command below.
npm run develop
Then, visit
localhost:8000
on your browser. -
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!