Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

ampm-jbnu/ampm-site-v1

Repository files navigation

AM:PM Site

전북대학교 소프트웨어공학과 학술동아리 AM:PM 웹 사이트

Contributors Forks Stargazers Issues MIT License

전북대학교 소프트웨어공학과의 알고리즘 및 프로젝트 관련 학술동아리인 AM:PM 웹 사이트입니다.

View Site

Tech Stack

next.js, react

Start

Terminal

yarn
yarn build

yarn start 

or 

yarn global add pm2
pm2 start ecosystem.config.js

Monitoring

Terminal

pm2 monit

Logging

Terminal

pm2 logs

Development setup

프로젝트 폴더 안에서 아래의 명령어를 실행시켜주세요. yarn dev를 실행시키면 next.js의 개발자 모드가 실행되어 auto-hot-reloading 등의 기능을 이용할 수 있습니다.
(기본 Dev PORT는 3000입니다.)

yarn
yarn dev

Meta

Moon Bong-oh – bongohmoon@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/ampm-jbnu/ampm-site

Contributing

  1. Fork it (https://github.com/ampm-jbnu/ampm-site/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'add: some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Maintainers

Contributors