Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

AJOU-ANSI/Armory

Repository files navigation

Armory

shake를 위한 대회 플랫폼입니다.

사용법

  1. package를 clone합니다.
git clone git@github.com:AJOU-ANSI/Armory.git
  1. package dependency를 설치합니다.
npm i // yarn install
  1. client를 빌드합니다.
npm run build:client // yarn build:client
  1. config_sample.js를 config.js로 복사하고 mysql 등의 설정을 로컬에 맞게 수정합니다.

  2. server를 실행합니다.

  • production

    node run start // yarn start
  • development

    node run dev // yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published