13 lines
165 B
Markdown
13 lines
165 B
Markdown
# Website
|
|
|
|
Next.js project using the App Router, TypeScript, ESLint, and Tailwind CSS.
|
|
|
|
## Scripts
|
|
|
|
```bash
|
|
npm run dev
|
|
npm run build
|
|
npm run start
|
|
npm run lint
|
|
```
|