Skip to content

๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป Developer portfolio written in Astro

Notifications You must be signed in to change notification settings

furqanramzan/astro-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Astro 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

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

Check out the deployment documentation for more information.

License

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

Credit

Figma Design