- Notifications
You must be signed in to change notification settings - Fork1
BuildShip Docs - Visually create workflows and backend cloud functions with low-code and AI.
rowyio/buildship-docs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BuildShip Documentation source code
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.
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.
- 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
- 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
Run the following command to install project dependencies:
pnpm install
Execute the following command to start the development server:
pnpm dev
Visitlocalhost:3000
in your browser to view the development environment.
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
About
BuildShip Docs - Visually create workflows and backend cloud functions with low-code and AI.