fresh-start-cli
v0.1.1
Published
This repository was initialized by an AI assistant with minimal Node/Next.js starter files.
Readme
Fresh Start
This repository was initialized by an AI assistant with minimal Node/Next.js starter files.
Quick start (macOS / zsh):
# install dependencies
npm ci
# run dev server
npm run dev
# build
npm run build
# start production server
npm run start
# run tests
npm testFiles added by the assistant:
package.json(minimal Next.js starter).env.example(example env variables).gitignore.github/copilot-instructions.md(agent guidance)
Please edit the package.json scripts and dependencies to match your actual project before committing to production.
