Go to file
2020-12-15 20:16:55 +08:00
.github/workflows Test/ci (#31) 2020-12-05 09:27:24 +08:00
packages add hooks for database 2020-12-15 20:16:55 +08:00
.dockerignore chore: add app container 2020-12-14 17:06:05 +08:00
.editorconfig
.env.example
.eslintrc
.fatherrc.ts Test/ci (#31) 2020-12-05 09:27:24 +08:00
.gitignore
docker-compose.yml chore: add app container 2020-12-14 17:06:05 +08:00
Dockerfile chore: add app container 2020-12-14 17:06:05 +08:00
dotenv.js
jest.config.js fix: jest ignore father-build 2020-12-02 13:23:09 +08:00
lerna.json
nodemon.json
package.json feat: add db-migrate for app 2020-12-07 08:51:50 +08:00
README.md
tsconfig.json

Development

Install Dependencies

# Install dependencies for root project
npm i

# Install dependencies for sub packages via lerna
npm run bootstrap

Set Environment Variables

cp .env.example .env

Test

# For all packages
npm test

# For specific package
npm test packages/<name>