k4sud0n / pnp-website

PnP 학회 메인 페이지

Home Page:https://hufs-pnp.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PnP 웹사이트

설치

  1. git을 사용해서 다운로드합니다.
git clone https://github.com/k4sud0n/pnp-website.git

실행

  1. npm이나 yarn을 사용해서 필수 모듈들을 설치합니다.
yarn ## or npm install
  1. npm이나 yarn을 사용해서 실행합니다.
yarn start ## or npm start

배포

gh-pages 모듈을 사용해서 배포합니다.

  1. npm이나 yarn을 사용해서 gh-pages 모듈을 설치합니다.
yarn add gh-pages ## or npm install gh-pages
  1. package.json파일에서 homepage를 수정합니다.
"homepage": "https://{깃허브아이디}.github.io/{리포지토리명}/"
  1. npm이나 yarn을 사용해서 build 명령어를 실행시킵니다.
yarn build ## or npm run build

About

PnP 학회 메인 페이지

https://hufs-pnp.netlify.app


Languages

Language:JavaScript 98.8%Language:HTML 0.9%Language:CSS 0.2%