Skip to content

trawl-co-in/website

Repository files navigation

Contributing to This Repository

How to Contribute

Work Locally Using Your Preferred IDE

To contribute locally, fork this repository and open it in your preferred IDE. When you're ready, submit a pull request (PR). Once your PR is merged, your changes will appear on the website.

Before you begin, make sure you have Node.js and npm installed — we recommend using nvm.

Follow these steps:

# Step 1: Clone your fork of the repository.
git clone <YOUR_FORKED_REPO_URL>

# Step 2: Navigate into the project directory.
cd trawl-website   # or your fork's directory name

# Step 3: Install required dependencies.
npm i

# Step 4: Start the local development server with auto-reload.
npm run dev

Edit Files Directly on GitHub

If you prefer not to clone the project:

  1. Navigate to the file you want to modify.
  2. Click the Edit (pencil) icon in the top-right corner.
  3. Make your changes and commit them (creating a new branch if needed).
  4. Open a pull request when prompted.

Use GitHub Codespaces

You can also contribute entirely in the cloud:

  1. Go to the main page of this repository.
  2. Click the green Code button.
  3. Open the Codespaces tab.
  4. Click New Codespace to launch an instant development environment.
  5. Make changes directly in the Codespace, then commit and push when finished.

Tech Stack

This repository uses:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages