git clone https://github.com/jeremy-code/jeremy.ng.git
cd jeremy.ng
corepack enable
pnpm install# Run the development server locally
pnpm dev
# Lint and format code with ESLint and Prettier
pnpm lint
pnpm format
# Build
pnpm buildThis project is licensed under the MIT License. See the LICENSE file for details.