전북대학교 소프트웨어공학과 학술동아리 AM:PM 웹 사이트
전북대학교 소프트웨어공학과의 알고리즘 및 프로젝트 관련 학술동아리인 AM:PM 웹 사이트입니다.
next.js, react
Terminal
yarn
yarn build
yarn start
or
yarn global add pm2
pm2 start ecosystem.config.js
Terminal
pm2 monit
Terminal
pm2 logs
프로젝트 폴더 안에서 아래의 명령어를 실행시켜주세요. yarn dev를 실행시키면 next.js의 개발자 모드가 실행되어 auto-hot-reloading 등의 기능을 이용할 수 있습니다.
(기본 Dev PORT는 3000입니다.)
yarn
yarn dev
Moon Bong-oh – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/ampm-jbnu/ampm-site
- Fork it (https://github.com/ampm-jbnu/ampm-site/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'add: some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Moon Bong-oh bonomoon