Jeremy Zheng f5c47a8343 :building_construction: add grpc client libraries il y a 2 ans
..
src d85899d8a8 :building_construction: add md2htm rpc server il y a 2 ans
.gitignore d85899d8a8 :building_construction: add md2htm rpc server il y a 2 ans
README.md d85899d8a8 :building_construction: add md2htm rpc server il y a 2 ans
config.json.orig d85899d8a8 :building_construction: add md2htm rpc server il y a 2 ans
package.json d85899d8a8 :building_construction: add md2htm rpc server il y a 2 ans
schema.sh f5c47a8343 :building_construction: add grpc client libraries il y a 2 ans
third.sh d85899d8a8 :building_construction: add md2htm rpc server il y a 2 ans
webpack.config.js d85899d8a8 :building_construction: add md2htm rpc server il y a 2 ans

README.md

USAGE

# Install dependencies
yarn install

# For production
npx webpack --mode=production
node dist/morus-xxx.js config.json

# For development
npx webpack --mode=development
node dist/morus.js config.json