This repository contains the apps for Portland.gov, managed as a monorepo.
Current apps:
- City Calendar
- Install the Dev Containers extension in VS Code.
- Open this repository in VS Code.
- After opening the repository, VS Code should build the dev container and prompt you to "Reopen in Container" in the bottom-right corner. If not, use Ctrl+Shift+P and search "Reopen in Container".
pnpm installcd apps/city-calendar
pnpm devOpen the app at http://localhost:3000 (this URL should also be printed in your terminal after running the app).
- Use
pnpmfor all package management tasks.