Skip to content

prrockzed/prrockzed.github.io

Repository files navigation

prrockzedFolio

This website is built using Docusaurus, a modern static website generator.

Installation

git clone https://github.com/prrockzed/prrockzed.github.io.git
cd prrockzed.github.io

Local Development

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