Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.15 KB

README.md

File metadata and controls

61 lines (47 loc) · 1.15 KB

Overview

This is a simple Next.js starter template bootstrapped with create-next-app. Prettier and ESLint are included and configured with a bunch of rules. It also comes with a basic GitHub workflow.

Stack:

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Scripts

Lint

Check

pnpm lint

Fix

pnpm lint:fix

Prettier

Check

pnpm prettier

Fix

pnpm prettier:fix

Tests

With Vitest

pnpm test

Check types

pnpm types