Skip to content

This platform is a community space for tech enthusiasts to connect, discuss, and share knowledge. Whether you're a beginner exploring the world of technology or an experienced professional, our website is designed to provide a welcoming environment for everyone.

Notifications You must be signed in to change notification settings

sibandadonty/codaxlab

 
 

Repository files navigation

CODAXLAB WEBSITE

Tech Stack:

  • Frontend: React(VITE), Tailwind CSS
  • Payments: Paystack for secure online payments

Getting Started

Here’s how to set up the project locally.

Prerequisites:

Ensure you have these prerequisites installed and set up on your system before proceeding with the project setup.

Installation

  1. Fork the Repository: Fork the Codaxlab project to your own GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine by running the following command in your terminal:

    git clone https://github.com/your-username/Codaxlab
  3. Create a New Branch: Create a new branch to work on your desired features using the following command:

    git checkout -b feature
  4. Install Dependencies: Navigate to the project folder on your terminal and install the dependencies using the following command:

    npm install
  5. Run the Front-end: Start the application by running the following command:

    npm run dev
  6. Make Changes: Now that you have created your environment and created a new branch, you can start making your changes. You can modify existing code, add new features, or fix bugs.

  7. Commit Your Changes: Once you have made your changes, commit them to your local branch using the following commands:

    git add .
    git commit -m "Your commit message"
  8. Push Changes: Push your changes to your main branch and upload them to your GitHub account using the following command:

    git push origin "name of your branch"
  9. Open a Pull Request: Finally, open a pull request in the original CODAXLAB repository

About

This platform is a community space for tech enthusiasts to connect, discuss, and share knowledge. Whether you're a beginner exploring the world of technology or an experienced professional, our website is designed to provide a welcoming environment for everyone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.3%
  • JavaScript 6.6%
  • CSS 2.6%
  • HTML 2.5%