Skip to content

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.

License

Notifications You must be signed in to change notification settings

MNCivicTech/mncivictech.org

Repository files navigation

MN Civic Tech Website

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

Getting Started

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.

Development mode

pnpm install
pnpm run dev

Open http://localhost:3000 with your browser to see the website, and any code changes will be hot reloaded.

Production mode

pnpm install
pnpm run build
pnpm run start

Your app should be up and running on http://localhost:3000!

Learn More

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages