Personal solution to the Contact Page challenge from devChallenges: Contact Page | devChallenges.io | Real-life Coding Projects to become a Software Engineer
What’s not implemented to conserve time:
Requirements:
.tool-versions
)Useful commands:
# Install dependencies
pnpm install
# Start development server
pnpm run dev
# Lint
pnpm run lint
# Build
pnpm run build
# Preview last build
pnpm run preview