behave-graph
behave-graph copied to clipboard
Website
I just realized that you have a website :) Its super useful! Is it hosted somewhere?
Hi @moklick, sorry, currently the page builder for the website is failing after some changes done in the public API. Here you can find more information about the current state: https://github.com/bhouston/behave-graph/pull/201. If you want to give it a try locally you might be interested on using the fork branch https://github.com/aitorllj93/behave-graph/tree/feat/add-docusaurus
if you want to run the project locally to give it a try, just checkout the branch, move to the website folder, run
npm install
npm run generate-dynamic-pages
npm start
I tried it locally :) That's why I am asking. You could plug it into netlify or something similar for now.
there's already a deploy script using github pages. The problem here is that current build is failing and doesn't makes sense to deploy an older version as we need to update the docs. Also I think the priority here would be fixing those issues and trying to release a new package version ASAP so we get rid of the public interface changes. Right now, the docs are showing an old way to create Nodes which is not accepted anymore.
cc @bhouston @oveddan
got it! Thanks for the reply.
you're welcome! and if you have any other question feel free to talk to me here or in the official Discord channel. I've some knowledge about both old (npm) interfaces and the new ones and was able to run the react graph editor locally with custom nodes so I might be able to help you