Skip to content

furqanramzan/portfolio

Repository files navigation

Portfolio - Live Demo

Setup

Install pnpm

Install pnpm globally using the following command, which is a performant node package manager.

npm install -g pnpm

Installing dependencies

Make sure to install dependencies using:

pnpm install

Make a copy of the environment variables file.

cp .env.example .env

Git Hooks

Setup git hooks.

git config core.hooksPath .githooks

Developing

To start a development server:

pnpm run dev

Building

To create a production version of your app:

pnpm run build

Previewing

You can preview the production build with:

pnpm run preview

Type Checking

To validate the definitions of the types:

pnpm run typecheck

Linting

Run the following command to lint the application.

pnpm run lint

Deploying

Use the following command if you want to deploy to GitHub pages.

pnpm run deploy your_github_repository_url

Check out the deployment documentation for more information.

License

Portfolio is an open-sourced website licensed under the MIT license.