Explore the docs »
Slack
·
Report Bug
·
Request Feature
·
Roadmap
Multiwoven UI repository contains the frontend codebase for the Multiwoven platform. It is built using React and Chakra UI. The frontend is responsible for managing the sources, destinations, models, and syncs.
You will need the following things properly installed on your computer.
To deploy the Multiwoven UI locally, follow the steps below:
- Clone the repository:
git clone [email protected]:Multiwoven/multiwoven-ui.git
- Go inside multiwoven-ui folder:
cd multiwoven-ui
- Install the dependencies:
npm i
- Initialize .env file:
mv .env.example .env
- Start the services:
npm run dev
- Access the application:
http://localhost:8000
Note: In the env, the base URL for the mutiwoven server is pointing to the staging deployed URL. If you want it to point to the local server, you will have to make sure the multiwoven server is setup locally on your machine. Follow the steps here to set it up locally.
We ❤️ contributions and feedback! Help make Multiwoven better for everyone!
Before contributing to Multiwoven, please read our Code of Conduct and Contributing Guidelines. As a contributor, you are expected to adhere to these guidelines and follow the best practices.
We are always here to help you. If you have any questions or need help with Multiwoven, please feel free to reach out to us on Slack. We are open to discuss new ideas, features, and improvements.
Multiwoven Server © 2023 Multiwoven Inc. Released under the GNU Affero General Public License v3.0.