/Something2

Primary LanguageTypeScript

environment variables

create src/settings/env.ts and write follows.

export const HOSTNAME = '127.0.0.1'
export const PORT = 3000
export const DB_PATH = 'data/something.sqlite3'

node version

refert to the .node-version

install dependencied

yarn install

run

yarn start

build

yarn build

Run test

yarn jest