CrowdUp is a crowdfunding platform that helps you get funding for your personal projects, charities, and NGOs. Start a fundraiser and receive donations from individuals who care about your cause.
- Home
- How it works
- Campaigns
- Campaign details
- Create campaigns
- Dashboard
- embla-carousel-react v7 - https://www.embla-carousel.com/get-started/
- mantine v6 - https://mantine.dev/pages/getting-started/
- react v18 - https://reactjs.org/docs/getting-started.html
- tabler-icons v2- https://react-icons.github.io/react-icons/
Dev dependencies
- eslint v8 - https://eslint.org/docs/latest/user-guide/getting-started-
- vite v4 - https://vitejs.dev/
Before proceeding, please ensure you have the following software installed on your computer.
- Node
- Yarn (optional but recommended)
- Git command line tools
- Download Git cli -
- Download Node - https://nodejs.org/en/
- Download Yarn cli - https://yarnpkg.com/lang/en/docs/install/
- Download VSCode - https://code.visualstudio.com/
Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.
Clone the repo to your machine
git clone <CloneURL>
- Open a new terminal window and navigate in your root folder
cd <../root>
yarn install OR npm install
- Run the start script
yarn run start OR npm run start
Your app should be running on: http://localhost:3000
v1.0
- Default project implementation
- Kelvin Kiptum Kiprop - https://github.com/kelvink96
This project is licensed under the MIT License - see the LICENSE file for details