-
Notifications
You must be signed in to change notification settings - Fork 5
How to Update the Website
Yos Riady edited this page Apr 8, 2020
·
3 revisions
If you need to update the SDK docs, here's how you can do it.
.
├──work/
| ├── comit-js-sdk/
| └── comit.network/
- First, make sure that you have both
comit-js-sdkandcomit.networkrepos on your machine, within the same directory (see above.) - Do a
git pullto make sure both repos are up-to-date. -
cd comit.network/and runnpm run build:sdk. This will generatecomit-js-sdkdocumentation and update the website source in a single step. - Preview the
comit.networkwebsite locally withnpm run startto make sure there are no syntax errors. -
git add .git committo commit the updated source files. -
git pushtomasterrebuild the live website.