pilotforum v1

An amazing and open source forum created for universities!

8
1
JavaScript

DEPRECATED

🚨 Hey, this repository is DEPRECATED and will no longer be actively maintained!






PilotForum

PilotForum

Pilot Forum is released under the MIT license. PRs welcome!

Awesome in every way that matters :rocket:

PilotForum is an amazing and open source forum created for universities, that solve many problems in different areas!

πŸš€ Get Up and Running in 3 Minutes

You can get a Pilot Forum site up and running on your local dev environment in 3 minutes with these four steps:

  1. Clone this repository.

    git clone https://github.com/pilotforum/pilotforum-v1.git
    
  2. Enter the folder and install all the dependencies.

    cd pilotforum-v1 && lerna bootstrap --ignore-prepublish
    
  3. Start the server in develop mode.

    cd server && yarn start
    
  4. Start the client and check the result

    cd .. && cd client && yarn start
    

Your site is now running at http://localhost:3000. Open the pilotforum-v1 directory in your code editor of choice and start fixing bugs or implementing new features.

🀝 How to Contribute

Whether you’re helping us fix bugs, improve the docs, or spread the word, we’d love to have you as part of the PilotForum community! πŸ’ͺ πŸ’œ

If you don’t know how to start check our Contributing Guide for a basic tutorial of how you can start.

πŸ“ License

Licensed under the MIT License.

πŸ’œ Thanks

Thanks to our many contributors and to everyone who helped in this project directly or indirectly.