frontend.social website
Fork (upstream): https://github.com/shoonyatech/frontend.social
git clone <your forked git repo>
git remote add upstream [email protected]:shoonyatech/frontend.social.git
Rename src/config/keys.uat.js
file to keys.js
npm install
npm run serve
Api Server : https://github.com/shoonyatech/frontend-social-api
Follow steps in this repo to setup API server on localhost using test DB
npm run test
npm run lint
git checkout master
git pull upstream master --rebase
We believe in proper commit messages to maintain consistency in the
project. You can either use cz
command or write commit message in below format:
type(scope?): subject body? footer?
Example: feat(news-feed): add news feed feature on landing page
git push origin master -f
Thank you to all the people who already contributed to frontend.social!
- Slack
- Mail us at [email protected]
Create new PR from your GitHub repo to upstream repo Star the repo if you like it!