gatsby-mdx
Gatsby+MDX • Transformers, CMS UI Extensions, and Ecosystem Components for ambitious projects
파일 탐색기
최종 버전 다운로드 (.zip)- config.yml
- bug_report.md
- feature_request.md
- package.json
- README.md
- jc-gellidon-714673-unsplash.jpg
- non-page-custom-layout-frontmatter.mdx
- non-page-custom-layout.mdx
- non-page.mdx
- box.js
- default-page-layout.js
- page-layout.js
- prism.css
- basic-imported-layout.mdx
- basic-layout.mdx
- basic-md.md
- basic-page-query.mdx
- basic.mdx
- index.js
- jc-gellidon-714673-unsplash.jpg
- .eslintrc.json
- .gitignore
- gatsby-config.js
- gatsby-node.js
- package.json
- README.md
- gatsby-icon.png
- profile-pic.jpg
- index.md
- salty_egg.jpg
- index.mdx
- index.mdx
- Bio.js
- code.js
- Layout.js
- seo.js
- 404.js
- index.js
- blog-post.js
- typography.js
- favicon.ico
- robots.txt
- .gitignore
- .prettierrc
- .travis.yml
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- gatsby-ssr.js
- LICENSE
- package.json
- README.md
- wrap-root-element.js
- page-data.json
- 404.html
- app-08aed2a57f9304bcd274.js
- app-08aed2a57f9304bcd274.js.map
- chunk-map.json
- component---src-pages-index-js-e2c82fdaa5b3a4c37d92.js
- component---src-pages-index-js-e2c82fdaa5b3a4c37d92.js.map
- index.html
- sw.js
- webpack-runtime-8e4ad54164f1926999be.js
- webpack-runtime-8e4ad54164f1926999be.js.map
- webpack.stats.json
- index.js
- gatsby-config.js
- package.json
- non-page-basic-toc.mdx
- non-page-custom-layout-frontmatter.mdx
- non-page-custom-layout.mdx
- non-page-global-scope.mdx
- non-page-md.md
- non-page.mdx
- default-page-layout.js
- default-post-layout.js
- mdx-runtime-multi-test.js
- mdx-runtime-test.js
- page-layout.js
- basic-frontmatter.mdx
- basic-imported-layout.mdx
- basic-layout.mdx
- basic-md.md
- basic-page-query.mdx
- basic.mdx
- index.js
- using-pagecontext-frontmatter.mdx
- .eslintrc.json
- .gitignore
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- gatsby-ssr.js
- package.json
- README.md
- root-wrapper.js
- header.js
- image.js
- layout.css
- layout.js
- seo.js
- gatsby-astronaut.png
- gatsby-icon.png
- 404.js
- index.mdx
- page-2.js
- .gitignore
- .prettierrc
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- gatsby-ssr.js
- LICENSE
- package-lock.json
- package.json
- README.md
- yarn.lock
- code.txt
- test.txt
- index.js
- .eslintrc.json
- .gitignore
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- gatsby-ssr.js
- package.json
- README.md
- root-wrapper.js
- an-example.mdx
- content-layout.js
- header.js
- index.css
- index.js
- 404.js
- index.js
- page-2.js
- prism.css
- .gitignore
- .prettierrc
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- gatsby-ssr.js
- LICENSE
- package-lock.json
- package.json
- README.md
- index.md
- salty_egg.jpg
- index.md
- index.md
- gatsby-icon.png
- Bio.js
- layout.js
- profile-pic.jpg
- 404.js
- index.js
- blog-post.js
- typography.js
- favicon.ico
- robots.txt
- .eslintrc.js
- .gitignore
- .prettierrc
- .travis.yml
- gatsby-config.js
- gatsby-node.js
- LICENSE
- package.json
- README.md
- gatsby-mdx.png
- gatsby-mdx.psd
- react-live.png
- components.js
- index.js
- package.json
- README.md
- index.js
- index.test.js
- .gitignore
- package.json
- README.md
- index.js
- index.test.js
- package.json
- .gitignore
- extension.json
- index.html
- index.js
- LICENSE
- package.json
- README.md
- .eslintignore
- .eslintrc.js
- .gitignore
- babel.config.js
- CHANGELOG.md
- CONTRIBUTING.md
- lerna.json
- package.json
- README.md
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ChristopherBiscardi/gatsby-mdx
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd gatsby-mdx
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd components/gitsnippet
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
