This is frontend part of Dawn Pic, built on top of next.js and Tailwind CSS.
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.
Build site:
pnpm run build
Run the site with node.js:
pnpm run start