Project Hub is a system that makes it possible to create a project with a title and description that can be liked by users, growing up the engagement and support of the community. The idea behind the code came from this gist.
To use this project on your own machine, you will need the backend from this repository. To execute the backend, follow the steps described in the repository.
To execute on localhost, follow these steps with the backend executing.
npm install
npm run serve
To deploy the project to Github pages you'll need
Search for the line below in the file deploy.sh
git push -f git@github.com:matheus-pessoa16/project-front.git master:gh-pages
Put your own Github domain and repository after the @ and create a gh-pages branch.
git checkout -b gh-pages
npm run deploy
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.