Daret is a platform that combines the excitement of Daret challenges with the power of crowdfunding. Users can participate in Daret challenges to win rewards, or support crowdfunding campaigns to help bring creative projects to life.
- Create or join exciting Daret challenges
- Contribute to Daret challenges and compete for rewards
- Create or back crowdfunding campaigns
- Manage your contributions and refunds easily
These instructions will help you set up the project for local development.
Ensure you have the following installed on your local development machine: Node.js (version 14.0 or later) npm (version 6.0 or later) Git
Clone the repository:
git clone https://github.com/sordgom/FE.git
Change to the project directory:
cd FE
Install the required dependencies:
npm install
Start the development server:
npm start
Your web app should now be accessible at http://localhost:3000/.
To run the test suite, execute the following command:
npm test
The deployment steps will be added once the app is ready for production deployment.
We welcome contributions! If you're interested in contributing to this project, please follow these steps:
This project is licensed under the MIT License - see the LICENSE.md file for details.