Skip to content

dawn-pic/DawnPic-web

Repository files navigation

Dawn Pic Web

This is frontend part of Dawn Pic, built on top of next.js and Tailwind CSS.

Getting Started

First, clone the repo to local:

git clone https://github.com/dawn-pic/DawnPic-web.git

Install dependencies:

pnpm run install

Run dev server:

pnpm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy

Build site:

pnpm run build

Run the site with node.js:

pnpm run start