tskwvr / website /manual_script.sh
TRaw's picture
Upload 297 files
3d3d712
raw
history blame contribute delete
267 Bytes
# for local dev
npm run start
# make sure you're in the website directory
npm run build
cd build
git init
git branch -m gh-pages
git add -A
git commit -m "update the docs"
git remote add origin https://github.com/microsoft/TaskWeaver.git
git push -f origin gh-pages