cp .env.example .env
npm i
npm run make-admin
npm run test:dfx
./.scripts/moc-test
./
├── keys | Private test keys used in the test suite.
├── lib | TS testing library.
├── src | The Motoko source code.
└── tests | Both TS and Motoko tests.
export PATH=$PATH:$(pwd)/.scripts
# moc-check src/main.mo