Clone the repository
git clone https://github.com/sh1zicus/sh1zicus.dev.gitInstall dependencies
npm install
# Or using Yarn
yarnStart the development server
npm run dev
# Or using Yarn
yarn devBuild for production
npm run build
# Or using Yarn
yarn build