Welcome to the Fluxscape docs project! This is a open-source project aimed at providing detailed and up-to-date documentation for users of Fluxscape. Whether you're a beginner, intermediate, or advanced Fluxscape user, you will find this documentation invaluable.
Fluxscape is the low-code platform for designers + developers to build custom web apps and experiences. Fork from Noodl, we aim to bring new life to the Noodl-way. Designed as a visual programming environment, it aims to expedite your development process. It promotes swift and efficient creation of applications, requiring minimal coding knowledge.
This project is using Docusaurus to help us ship a beautiful documentation site.
In order to run this project locally, you need to follow the steps below:
# Clone the repository to your local machine using the command below in your terminal or an external git client.
git clone https://github.com/fluxscape/fluxscape-docs.git
# Navigate into the project's directory.
cd repository
# Install the project dependencies.
npm install
# Start the development server.
npm run start
Now, you should be able to view the project in your preferred browser through localhost:3000
.
Yes, when the Fluxscape editor starts up it will check anything running on localhost:3000
and if it recognize that it is Fluxscape docs it will use the local endpoint instead of the live docs.
Currently people at Fluxscape will deploy the changes manually, until we have an automatic system in place.
We welcome contributions from the community. Whether you've found a typo, incorrect information, or you want to make large-scale updates or additions, we appreciate your effort.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
This project is licensed under the GPL License - see the LICENSE.md file for details.
If you have any questions, concerns, or feedback, please open a discussion in the discussions tracker or join our Discord channel and we'll be happy to assist you!