Skip to content

jeremy-code/jeremy.ng

Repository files navigation

jeremy.ng

GitHub Actions License

Installation

git clone https://github.com/jeremy-code/jeremy.ng.git
cd jeremy.ng
corepack enable
pnpm install

Usage

# Run the development server locally
pnpm dev

# Lint and format code with ESLint and Prettier
pnpm lint
pnpm format

# Build
pnpm build

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributors