SynapseFlow empowers thousands of companies to seamlessly integrate AI into their products, enhancing their capabilities with smart solutions and data-driven insights.
Follow these instructions to get a copy of SynapseFlow up and running on your local machine for development and testing purposes.
- Clone the repository using HTTPS:
git clone https://github.com/Kumala3/synapseflow.git - Navigate to the website directory and install the the dependencies:
cd website npm i - Start the development server:
Open
npm run devhttp://localhost:3000to view it in the browser.
We encourage public contributions! Please follow the steps below to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add clear and descriptive commit to AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.