Skip to content

vishalkadam7/artdev-portfolio

Repository files navigation

Getting Started

For Development

  • We use pnpm package manager. Get it here.

Clone the project

You can either use this template by:

  • Click the "Use this template" button and follow the instruction
  • Or using the script below:
npx tiged vishalkadam7/artdev-portfolio your-project

Optional: Search and replace artdev-portfolio with your project slug.

Install dependencies

cd your-project
pnpm install

Let's get started!

Then, run the development server:

pnpm dev

Open http://localhost:3000 on your browser and start developing.