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.gitInstall dependencies:
pnpm run installRun dev server:
pnpm run devOpen http://localhost:3000 with your browser to see the result.
Build site:
pnpm run buildRun the site with node.js:
pnpm run start