Skip to content

commonground-project/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72a0954 · Jan 19, 2025
Nov 3, 2024
Jan 12, 2025
Nov 7, 2024
Jan 19, 2025
Oct 24, 2024
Jan 12, 2025
Dec 28, 2024
Nov 18, 2024
Oct 4, 2024
Jan 14, 2025
Jan 7, 2025
Jan 12, 2025
Dec 29, 2024
Jan 12, 2025
Oct 4, 2024
Jan 12, 2025
Oct 3, 2024
Nov 13, 2024
Dec 30, 2024

Repository files navigation

CommonGround Project - Frontend

The repo responsible for the app seen at commonground.tw

Getting Started

This project uses Next.js as the framework, pnpm as the package manager, Playwright for testing, and Husky to run pre-commit checks.

To begin, run pnpm install to install all dependencies, then run pnpm husky init to initialize husky.

If you wish to run tests, you should install Playwright browsers as well. The browsers can be installed with npx playwright install.

Lastly, make a copy of example.env and name it .env, the fill in all required values.

You have now finished initalizing the project, and can run pnpm run dev to start the development server.

Acknowledgements

We thank National Yang Ming Chiao Tung University's Software Development Club for providing financial and technical aid.