Skip to content

savvy-guc/website-boilerplate

Repository files navigation

Website Boilerplate

This website boilerplate is built using Docusaurus. You can view it here.

Requirements

  • 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).

Installation

$ yarn

Local Development

$ 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.

Deployment

Declare an environment variable GIT_USER equal to your GitHub username.

Then, run the deploy script:

$ yarn deploy