Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codepet Starter

A minimal Next.js (App Router, TypeScript) app — the template Codepet uses when you start a new project. Codepet clones it, builds your feature on a branch, and opens a pull request.

Getting started

npm install
npm run dev

Open http://localhost:3000. Edit app/page.tsx and the page updates.

Structure

  • app/layout.tsx — the root layout and page metadata.
  • app/page.tsx — the home page.
  • app/globals.css — global styles.

Scripts

Command What it does
npm run dev Start the dev server.
npm run build Production build.
npm run start Serve the production build.
npm run lint Lint with eslint-config-next.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages