Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

BuildShip Docs - Visually create workflows and backend cloud functions with low-code and AI.

NotificationsYou must be signed in to change notification settings

rowyio/buildship-docs

Repository files navigation

BuildShip Docs


BuildShip Documentation source code

About

BuildShip is a lowcode visual backend builder that lets you ship APIs, scheduled jobs, backendcloud functions instantly. Powered by AI, create your own workflow nodes, connect to any tool, database and createscalable backend for your apps.

Want to Contribute to BuildShip Docs?

We welcome contributions in the form of raised issues, improvements, updates, or new content additions to thedocumentation such as guides, tutorials.

You can either submit the improvement needed to the docsusing this form(or)

Submit directly submit a PR to this code repo by following the steps below.

1. Clone and Setup the repo locally in your dev environment

  • Fork this repo: Click the "Fork" button at the top of the page. This action will create a copy of the repositoryin your GitHub account.
  • Clone your fork: Open your terminal and run the following command to clone the repository to your local machine:
git clone https://github.com/your-username/buildship-docs.git

2. Set Up Remote

  • Set remotes: Navigate into the cloned repository and set the remotes for easier collaboration. Run the followingcommands:
cd buildship-docsgit remote add upstream https://github.com/rowyio/buildship-docs.gitgit remote add origin https://github.com/your-username/buildship-docs.git
  • Confirm the remotes are set correctly with:
git remote -v

3. Install Dependencies

Run the following command to install project dependencies:

pnpm install

4. Start the Development Server

Execute the following command to start the development server:

pnpm dev

Visitlocalhost:3000 in your browser to view the development environment.

5. Make the change to the docs submit PR

Once you have setup the Dev environment, make the necessary changes locally and then raise a PR to the main branch topropose the changes to the team.

Thanks toNextra for docs template


[8]ページ先頭

©2009-2025 Movatter.jp