iresharma / reachv2

New improved prod focused UI for Reach, using shadcnUI heavily inspired from Vercel
4 stars 0 forks source link
remix shadcn-ui

Reach Frontend

Welcome to the GitHub repository for the frontend of our Remix-based SaaS platform! This platform is designed to help content-heavy teams collaborate on all aspects of their day-to-day work seamlessly and efficiently.

Project Structure

Table of Contents

Features

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/remix-saas-frontend.git
    cd remix-saas-frontend
  2. Install dependencies:

    bun install

Running the App

  1. Start the development server:

    bun dev
  2. Open your browser and navigate to:

    http://localhost:3000

    The app should now be running, and you can start collaborating!

Contributing

We welcome contributions to enhance this project! To contribute:

  1. Fork the repository:

    Click the "Fork" button at the top of this page.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Commit your changes:

    git commit -m 'Add some feature'
  4. Push to the branch:

    git push origin feature/your-feature-name
  5. Create a pull request:

    Open a pull request from your forked repository's branch to the main branch of this repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.