Getting Started
Welcome! This guide will help you get up and running with Rippler.
๐ Prerequisitesโ
Before you begin, ensure you have the following installed:
For Node.js Projectsโ
For Python Projectsโ
For Java Projectsโ
For Docker Projectsโ
- Docker
- Docker Compose (optional)
๐ Quick Startโ
1. Clone the Repositoryโ
git clone --recurse-submodules https://github.com/Citi-Rippler/rippler.git
cd rippler
2. Install Dependenciesโ
Node.jsโ
npm install
Pythonโ
pip install -r requirements.txt
Java (Maven)โ
mvn install
Java (Gradle)โ
./gradlew build
3. Run the Projectโ
Node.jsโ
npm start
Pythonโ
python main.py
Java (Maven)โ
mvn spring-boot:run
Java (Gradle)โ
./gradlew bootRun
Dockerโ
docker-compose up
๐งช Running Testsโ
Node.jsโ
npm test
Pythonโ
pytest
Java (Maven)โ
mvn test
Java (Gradle)โ
./gradlew test
๐ง Configurationโ
Configuration files are located in:
.env- Environment variables (create from.env.example)config/- Application configuration files
๐ Next Stepsโ
- Read the Contribution Guide
- Check out the API Documentation
- Review the Architecture Overview
๐ Getting Helpโ
If you encounter issues: