PilotForum is an amazing and open source forum created for universities, that solve many problems in different areas!
You can get a Pilot Forum site up and running on your local dev environment in 3 minutes with these four steps:
-
Clone this repository.
git clone https://github.com/pilotforum/pilotforum-v1.git
-
Enter the folder and install all the dependencies.
cd pilotforum-v1 && lerna bootstrap --ignore-prepublish
-
Start the server in
develop
mode.cd server && yarn start
-
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.
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.
Licensed under the MIT License.
Thanks to our many contributors and to everyone who helped in this project directly or indirectly.