/engage-client

Primary LanguageJavaScript

CouncilTag

A tool to tag council meeting content

Client

To run dev mode of website run the following:

npm install
npm run dev

To build website:

npm install
npm run build
npm run serve