The MN Civic Tech website is a Next.js application using Typescript that serves as both a marketing tool and an internal hub, showcasing our mission, community project work, ways to get involved, a blog, and details about upcoming events and initiatives.
The Slack channel for this project is at #proj-website
This project uses Next.js (with React, Typescript, and pnpm as a package manager).
To get started with this project, you can clone the repository. Once in the directory, you can
download the dependencies to node_modules using pnpm install. Afterward, you can start the web application's server
using pnpm dev.
pnpm install
pnpm run devOpen http://localhost:3000 with your browser to see the website, and any code changes will be hot reloaded.
pnpm install
pnpm run build
pnpm run startYour app should be up and running on http://localhost:3000!
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.