Zhishi is a Question and Answer platform for Andelans
You've definitely been in this situation before:
Someone asks you a question; Shortly after another person comes with the same question and the cycle continues like that, till you tell the next person to go ask from the last/previous person you answered.
If only there were such applications that helps you aggregate all your answers in one place, so that fellows don't keep coming to you for answers to commnon questions.
You don't need to wish anymore, because Zhishi is here
The app itself is live on http://zhishi.andela.com/
-
Run
git clone https://github.com/zhishi-project/Zhishi-Frontend
to clone this project. -
Then
npm install
all dependencies (and dev dependencies) required. -
Edit the host file
sudo nano /etc/hosts
and add127.0.0.1 zhishi-dev.andela.com
to the hosts -
Once the installation of dependencies is done,
npm start
should start up a server on port8080
-
To run just test suits, run
npm run test
ornpm run test:watch
to get the test to watch for file changes
Please do!
Go through our detailed contributing guidelines for a run through of how to get started with contributing