Skip to content

michigandaily/michigandaily.github.io

Repository files navigation

michigandaily.github.io

Development

  1. First, install dependencies with pnpm install.
    • If you don't have pnpm installed, you can install it with npm install -g pnpm.
  2. Then run the development server with pnpm dev.
  3. Open http://localhost:3000 with your browser to see the result.
  4. You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!