Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xooniverse/pact-www
- Owner: xooniverse
- License: mit
- Created: 2024-08-06T08:03:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T18:10:09.000Z (5 months ago)
- Last Synced: 2024-11-06T07:33:49.476Z (about 2 months ago)
- Topics: ai, app, flutter, landing, nextjs, website
- Language: TypeScript
- Homepage: https://pact.xooniverse.com
- Size: 3.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.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]).