Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 576 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 576 Bytes

Techcamp#1 Project

Commands

Capture screenshots of website

pnpm capture

Output will be in ./public/assets/screenshots/

Running locally

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