Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ The application follows a modern full-stack architecture:
### 1. Clone the Repository

```bash
git clone https://github.com/your-username/CISE_SPEED.git
cd CISE_SPEED
git clone https://github.com/your-username/cise-speed.git
cd cise-speed
```

### 2. Set Up Environment Variables
Expand Down Expand Up @@ -167,7 +167,7 @@ npm run test:coverage
## 🏗️ Project Structure

```
CISE_SPEED/
cise-speed/
├── backend/ # NestJS API server
│ ├── src/
│ │ ├── api/ # API modules (article, user)
Expand Down Expand Up @@ -245,7 +245,7 @@ We welcome contributions to the CISE_SPEED project! Here's how you can help:

If you encounter any issues or have questions about the project:

1. Check the existing [Issues](https://github.com/your-username/CISE_SPEED/issues) to see if it's already reported
1. Check the existing [Issues](https://github.com/hexwarrior6/cise-speed/issues) to see if it's already reported
2. If not, open a new issue with detailed information about the problem
3. For feature requests, please open an issue describing the proposed feature

Expand All @@ -261,4 +261,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file

## 📞 Contact

For questions or support regarding CISE_SPEED, please open an issue in the repository.
For questions or support regarding CISE_SPEED, please open an issue in the repository.
Loading