Capture screenshots of website
pnpm capture
Output will be in ./public/assets/screenshots/
run with docker
docker build -t techcamp-project .
docker run -p 3000:3000 --name techcamp-project techcamp-project
run with node
# Install pnpm if you haven't
npm i -g pnpm
# Install all dependencies
pnpm i
# Start the development server
pnpm dev
Created at : 16 June 2023 @SornchaiTheDev Modified by @Qu1etboy