Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xooniverse/pact-www

Pact App's landing website repository. Currently holds a static website with landing page, and some policies.
https://github.com/xooniverse/pact-www

ai app flutter landing nextjs website

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![Pact](https://pact.xooniverse.com/banner.png)

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:
```bash
git clone https://github.com/xooniverse/pact-www.git
cd pact-www
```
2. Install dependencies:
```bash
npm install
# or
yarn install
```

### Running the Development Server
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### Building for Production
```bash
npm run build
# or
yarn build
```
Export the site as static files:
```bash
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]](mailto:[email protected]).