paideiadao / paideia-app

paideia-app.vercel.app
MIT License
5 stars 5 forks source link

Paideia App

paideia-logo

Welcome to the Paideia App repository. This project uses Next.js, React, and Material-UI to deliver a responsive web application tailored for efficient management and participation in decentralized organizations.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

There is also some documentation for using Paideia available on docs.ergoplatform.com

Prerequisites

Before you begin, ensure you have the following installed:

Check your Node.js and npm installation by running the following commands:

node --version
npm --version

Installation

  1. Clone the repository

    git clone https://github.com/yourrepository/paideia-app.git
    cd paideia-app
  2. Install dependencies

    npm install
  3. Run the development server

    npx next dev

    The server will start running on http://localhost:3000. If port 3000 is busy, it will automatically try the next available port.

Project Structure

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Reporting Bugs and Suggesting Enhancements

If you find a bug or have a suggestion for an enhancement, please use the Issues tab on GitHub to submit them. Follow the templates provided for bug reports and feature requests.

Contact

Additional Resources