Skip to content

Pact App's landing website repository. Currently holds a static website with landing page, and some policies.

License

Notifications You must be signed in to change notification settings

xooniverse/pact-www

Repository files navigation

Pact

Pact - Make Informed Decisions

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.

Next.js Flutter Firebase GitHub

This repository contains the code for the landing page of the Pact app, including the privacy policy and terms of service pages.

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/xooniverse/pact-www.git
    cd pact-www
  2. Install dependencies:
    npm install
    # or
    yarn install

Running the Development Server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

npm run build
# or
yarn build

Export the site as static files:

npm run export
# or
yarn export

Deployment

Deploy the out directory to your preferred hosting service.

License

This project is licensed under the MIT License.

Contact

For any questions or concerns, please contact us at [email protected].

About

Pact App's landing website repository. Currently holds a static website with landing page, and some policies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published