|
hace 1 año | |
---|---|---|
contracts | hace 1 año | |
src | hace 1 año | |
.babelrc | hace 2 años | |
.editorconfig | hace 2 años | |
.env.example | hace 2 años | |
.eslintignore | hace 1 año | |
.eslintrc | hace 1 año | |
.gitignore | hace 2 años | |
README.md | hace 2 años | |
package.json | hace 1 año | |
tsconfig.json | hace 2 años | |
yarn.lock | hace 1 año |
yarn
# if DEBUG=1, will show all debug logs
DEBUG=1
DB_HOST=127.0.0.1
DB_NAME=meeton
DB_USER=root
DB_PASS=
PORT=
# time scale, using for event system. for examle:
# DEV_TIMESCALE=0.0006944444444444445
# makes 1 day become 1 min.
DEV_TIMESCALE=
Using following command to start server.
yarn run start
Using following command to start task runner.
yarn run start_task
Using following command to run script.
yarn run script -- ./lib/scripts/__SCRIPT_NAME__.js
Looking for src/scripts
folder to geet __SCRIPT_NAME__
.