Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 728 Bytes

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 728 Bytes

kinectron.github.io

about

this is kinectron's website, it is developed using docusaurus.

the source branch of this repository has the code. the master branch of this repository is built by docusaurus and published online by github pages on kinectron.github.io

to build from the source branch

cd website

GIT_USER should be an user that has push access to this repository.

this command builds the website and then pushes to the master branch.

GIT_USER=montoyamoraga npm run publish-gh-pages

notes

on my local repository i did this

git push -u origin source

so that everytime i do push, by default it is pushed from origin to the source branch