This repo will serve as the web application codebase for the Kickit Open Source Project Manager. This implementation has been done as a 'create-react-app' to increase its accessibility. This app page will be live at http://app.kickit.us and act as the web browser accessible version for kickit users.
The landing page is a separate code base from the Kickit Web app to reduce the size of each codebase and chances requirement to build and reupload the webapp anytime the landing page changes or vise versa. Landing page is available here
- YARN
- after getting kickit-backend running locally continue
git clone https://github.com/kickit/kickit-frontend
cd kickit-frontend
yarn
yarn start
- the server will be available at localhost:3000
- Check the issues board for suggested tasks
- Use the issue board to post tasks you want to do or suggest to others