Skip to content

goplus/community

Folders and files

NameName
Last commit message
Last commit date
Nov 15, 2024
Aug 8, 2024
Mar 14, 2024
Mar 14, 2024
Aug 8, 2024
Apr 2, 2024
Mar 14, 2024
Feb 27, 2024
Feb 5, 2024
Mar 14, 2024
Feb 6, 2024
Mar 27, 2024
Jan 10, 2024
Feb 6, 2024
Jan 13, 2025
Jan 13, 2025
Feb 20, 2024
Mar 12, 2024

Repository files navigation

Go+ Community written in Go+

Build Status Go Report Card GitHub release Coverage Status GoDoc

🧳 Features

Go+ Community written in Go+ and Yap, support Go+ Community development.

πŸš€ How to run

  1. Prepare golang and goplus environment.
  1. Prepare for your own config
  • Clone a file named .env from .env_temp in the cmd/gopcomm directory of the project.
  • Modify the .env file to your own configuration.
  1. Run the project
  • Run the project with the following command:
gop run .
  • Open the browser and enter the address: http://localhost:8080 or GOP_COMMUNITY_ENDPOINT in your .env file.

πŸ“¦ Contribute

  1. Fork the repository to your local repo

  2. Config code linter

    // install pre-commit
    pip install pre-commit
    
    // config code linter in pre-commit hook
    pre-commit install
  3. Modify your own code

  4. Commit your code

  5. Create a pull request

Note: Please check the PR brach is mvp-20240119 or not.