This website requires JavaScript.
Explore
Help
Register
Sign in
GeneralBots
/
botbook
Watch
2
Star
2
Fork
You've already forked botbook
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
943c223824
botbook
/
site
/
docs
/
chapter-10-contributing.md
Rodrigo Rodriguez
707d2d9104
new(all): Site for the Reference and API.
2024-08-26 13:41:26 -03:00
431 B
Raw
Blame
History
sidebar_position
100
Contributing
How To
Make commit
See these guides:
1
2
Use BotLib as a local project for development
Enter botlib directory and then run npm link;
Enter BotServer folder and the run npm link botlib;
Ensure package.json of both projects are synced.