This website is built using Docusaurus, a modern static website generator.
git clone https://github.com/prrockzed/prrockzed.github.io.git
cd prrockzed.github.io
Install Dependencies
yarn install
Start the local development server
yarn run start
Generate the static content into a build
directory
yarn run build
Start the server from the build directory
yarn run serve