Note
Pact simplifies teamwork by turning chaotic discussions into organized, actionable plans. Our thread-based format helps you focus on what matters and make better decisions together.
This repository contains the code for the landing page of the Pact app, including the privacy policy and terms of service pages.
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/xooniverse/pact-www.git cd pact-www
- Install dependencies:
npm install # or yarn install
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
npm run build
# or
yarn build
Export the site as static files:
npm run export
# or
yarn export
Deploy the out
directory to your preferred hosting service.
This project is licensed under the MIT License.
For any questions or concerns, please contact us at [email protected].