Simple-resume์ React+Gatsby์ yaml์ ํตํด ํธ๋ฆฌํ๊ณ ๋น ๋ฅด๊ฒ ์ด๋ ฅ์๋ฅผ ์์ฑ ํ ์ ์์ต๋๋ค.
$ git clone https://github.com/suites/simple-resume.git
$ cd simple-resume
$ yarn install
- ํ๋ก์ ํธ๋ฅผ cloneํฉ๋๋ค.
$ git clone https://github.com/suites/simple-resume.git
- simple-resume ํด๋๋ก ์ด๋ํฉ๋๋ค.
cd simple-resume
- yarn์ ํตํด package๋ฅผ ์ค์นํฉ๋๋ค.
yarn install
$ npm run start
- run your program, go to http://localhost:8000
-
static/resumes/john-doe.yaml ํ์ผ์ ๋ณต์ฌํ์ฌ ์๋ก์ด profile.yaml์ ์์ฑํฉ๋๋ค.
-
gatsby-config.js ์์ ํด๋น ์ฝ๋์ path๋ถ๋ถ์ ๋ณธ์ธ์ yaml ํ์ผ๋ก ์ง์ ํฉ๋๋ค.
-
`gatsby-transformer-yaml`, { resolve: `gatsby-source-filesystem`, options: { path: `./static/resumes/resume.yaml`, }, },
-
http://localhost:8000 ์์ ์ด๋ ฅ์๋ฅผ ํ์ธํ ์ ์์ต๋๋ค.
- simple-resume https://simple-resume-john-doe.netlify.com/
This is an open source product, please feel free to fork and make pull requests!
Any suggestions are welcomed!
This project is licensed under the MIT License - see the LICENSE file for details