This website boilerplate is built using Docusaurus. You can view it here.
-
Node.js version >= 10.15.1 or above (which can be checked by running node -v).
-
Yarn version >= 1.5 (which can be checked by running yarn version).
$ yarn
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Declare an environment variable GIT_USER
equal to your GitHub username.
Then, run the deploy script:
$ yarn deploy