Skip to content

Repository files navigation

AI-PGF

AI-powered public goods funding: A proactive grants program & movement building towards funding AGI by Potlock.

This repo contains the landing page which includes agent discovery and built-in agents.

How to Run

Note: Please ensure you have installed Node.js.

To preview and run the project on your device:

  1. Open the project folder in Visual Studio Code or Cursor.
  2. In the terminal, run npm install.
  3. Run npm run dev to view the project in your browser.

Tech Stack

Next.js is a React framework that simplifies web application development. Key features include:

  • Pages Folder: Next.js uses a file-based routing system. Files in the pages folder automatically become routes. For example, pages/about.js becomes /about.
  • TypeScript Support: Next.js has built-in TypeScript support, allowing developers to use TypeScript for type-safe code.

TypeScript is a superset of JavaScript that adds optional static typing, enhancing code quality and developer productivity.

For more detailed information, refer to the Next.js documentation.

File Structure

aipgf-landing/
├── pages/
│   ├── index.tsx
│   └── ...
├── components/
│   └── ...
├── styles/
│   └── ...
├── public/
│   └── ...
├── .gitignore
├── package.json
├── tsconfig.json
└── README.md

Contributing Guidelines

  1. Fork the repository and create your branch from main.
  2. Install dependencies using npm install.
  3. Make your changes and ensure the code follows the project's coding style.
  4. Write clear, concise commit messages.
  5. Push your changes to your fork and submit a pull request to the main branch of the original repository.
  6. Ensure your PR description clearly describes the problem and solution.

Please read our Code of Conduct before contributing.

Resources

License

This project is licensed under the MIT License.

About

Landing Page for AI-PGF

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages