Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 544 Bytes

File metadata and controls

50 lines (35 loc) · 544 Bytes

lara.moe

Installation

$ npm install

# doppler install
$ brew install gnupg
$ brew install dopplerhq/cli/doppler

# doppler login
$ doppler login

# doppler setup
$ doppler setup

Running the app

필요 환경변수

NXAPI_KEY : 넥슨 OPEN API KEY
DATABASE_URL : MySQL URL
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov